From cdd755df2ac7b22e1d90c9617d87548807d5bd65 Mon Sep 17 00:00:00 2001 From: samedamci Date: Sat, 9 May 2020 22:28:35 +0200 Subject: [PATCH] Add one alias to .shellrc --- .shellrc | 1 + 1 file changed, 1 insertion(+) 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'