fix .zshrc: format source code
This commit is contained in:
parent
f904fa3f22
commit
1a2761fb4c
@ -127,7 +127,7 @@ alias free='free -m' # Show sizes in
|
|||||||
alias gitu='git add . && git commit && git push'
|
alias gitu='git add . && git commit && git push'
|
||||||
|
|
||||||
# overwrite ls
|
# overwrite ls
|
||||||
if command -v colorls &> /dev/null; then
|
if command -v colorls &> /dev/null; then
|
||||||
alias ls='colorls'
|
alias ls='colorls'
|
||||||
compdef colorls='ls'
|
compdef colorls='ls'
|
||||||
source $(dirname $(gem which colorls))/tab_complete.sh
|
source $(dirname $(gem which colorls))/tab_complete.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user