diff --git a/.shellrc b/.shellrc index 2bea0e6..4775e8a 100644 --- a/.shellrc +++ b/.shellrc @@ -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 ...='cd ~/Dotfiles' alias cd..='cd ..' +alias news='newsboat' # 4fun alias dog='cat'