updated forget alias to also cd to home directory

This commit is contained in:
tomit4 2022-03-16 09:09:46 -07:00
parent 12349bf6d7
commit e38e1d5012

View file

@ -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"