Add one alias to .shellrc

This commit is contained in:
Wiktor Zykubek 2020-05-09 22:28:35 +02:00
parent 1140a882ae
commit 9c05d46e57

View File

@ -82,6 +82,7 @@ alias battery='upower -i /org/freedesktop/UPower/devices/battery_BAT0'
alias c256='(x=`tput op` y=`printf %76s`;for i in {0..256};do o=00$i;echo -e ${o:${#o}-3:3} `tput setaf $i;tput setab $i`${y// /=}$x;done)' alias c256='(x=`tput op` y=`printf %76s`;for i in {0..256};do o=00$i;echo -e ${o:${#o}-3:3} `tput setaf $i;tput setab $i`${y// /=}$x;done)'
alias ...='cd ~/Dotfiles' alias ...='cd ~/Dotfiles'
alias cd..='cd ..' alias cd..='cd ..'
alias news='newsboat'
# 4fun # 4fun
alias dog='cat' alias dog='cat'