From e38e1d5012a4988f4a08287fc52dd9ee3b594aff Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 16 Mar 2022 09:09:46 -0700 Subject: [PATCH] updated forget alias to also cd to home directory --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 55a78bf7..7a5f6dac 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -177,7 +177,7 @@ alias kernel="uname -r" alias {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg" alias .="cd" alias home="xclear && cd /home/brian && clear && nf && history -c && history -w && hash -r" -alias forget="xclear && clear && history -c && history -w && hash -r" +alias forget="xclear && cd /home/brian && clear && history -c && history -w && hash -r" alias docs="cd ~/Documents" alias down="cd ~/Downloads" alias pics="cd ~/Pictures"