remove space to fix la
This commit is contained in:
2
.zshrc
2
.zshrc
@@ -66,7 +66,7 @@ alias df='df -h' # Human-rea
|
|||||||
alias free='free -m'
|
alias free='free -m'
|
||||||
alias vi='nvim' # Show sizes in MB
|
alias vi='nvim' # Show sizes in MB
|
||||||
alias ll='ls -l'
|
alias ll='ls -l'
|
||||||
alias la= 'ls -a'
|
alias la='ls -a'
|
||||||
# Add an "alert" alias for long running commands. Use like so: 'sleep 10; alert'
|
# Add an "alert" alias for long running commands. Use like so: 'sleep 10; alert'
|
||||||
alias notify='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
alias notify='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
||||||
#Add a "dotfiles" alias for .dotfile git repo
|
#Add a "dotfiles" alias for .dotfile git repo
|
||||||
|
|||||||
Reference in New Issue
Block a user