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"