Remove misleading aliases
This commit is contained in:
parent
67cd2c5814
commit
d1d2e69a9a
1 changed files with 0 additions and 2 deletions
|
@ -7,9 +7,7 @@ alias lla='ls -lArth'
|
||||||
alias la='ls -A'
|
alias la='ls -A'
|
||||||
alias l='ls -CF'
|
alias l='ls -CF'
|
||||||
|
|
||||||
alias pdf='zathura'
|
|
||||||
alias ccat='highlight --out-format=ansi' # color cat with syntax highlighting
|
alias ccat='highlight --out-format=ansi' # color cat with syntax highlighting
|
||||||
alias netstat='ss' # for compatibility
|
|
||||||
|
|
||||||
if [ -x /bin/vim ] && [ ! -x /bin/vi ]; then
|
if [ -x /bin/vim ] && [ ! -x /bin/vi ]; then
|
||||||
alias vi='vim'
|
alias vi='vim'
|
||||||
|
|
Loading…
Add table
Reference in a new issue