Add alias
This commit is contained in:
parent
48ee95fd24
commit
e4a7311da7
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ alias rm='rm -I --preserve-root'
|
|||
# sleep 10; alert
|
||||
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
||||
|
||||
alias weather='curl wttr.in'
|
||||
|
||||
alias ll='ls -lh'
|
||||
alias lla='ls -lArth'
|
||||
alias la='ls -A'
|
||||
|
|
Loading…
Add table
Reference in a new issue