Lint shell scripts
This commit is contained in:
parent
5dcc5621b7
commit
071d446c84
3 changed files with 13 additions and 2 deletions
2
.bash_aliases
Normal file → Executable file
2
.bash_aliases
Normal file → Executable file
|
|
@ -1,3 +1,5 @@
|
|||
#! /usr/bin/bash
|
||||
|
||||
alias ll="exa --binary --long"
|
||||
alias la="ll --all"
|
||||
alias tree="ll --tree"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue