fix .zshrc: format source code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user