updated forget alias to also cd to home directory
This commit is contained in:
parent
12349bf6d7
commit
e38e1d5012
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue