From 3372c86ca5302ae78a7af98bf03b1e27e5e89e79 Mon Sep 17 00:00:00 2001 From: samedamci Date: Mon, 11 May 2020 13:09:23 +0200 Subject: [PATCH] Fix alias in shellrc --- .config/shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shellrc b/.config/shellrc index b4ea6af..d0b1eae 100644 --- a/.config/shellrc +++ b/.config/shellrc @@ -77,7 +77,7 @@ alias c256='(x=`tput op` y=`printf %76s`;for i in {0..256};do o=00$i;echo -e ${o alias ...='cd ~/Dotfiles' alias cd..='cd ..' alias news='newsboat' -alias scr='cd .local/bin/scripts' +alias scr='cd ~/.local/bin/scripts' # 4fun alias dog='cat'