Add alias

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-18 14:33:26 +02:00
parent 48ee95fd24
commit e4a7311da7

View file

@ -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'