reworked home command to clear history depending on which shell i'm in

This commit is contained in:
tomit4 2022-05-03 17:28:29 -07:00
parent 97d8c42ab6
commit c89725370f
3 changed files with 6 additions and 3 deletions

View file

@ -11,7 +11,6 @@ alias dmesg="doas dmesg -H"
alias blkid="doas blkid"
alias kernel="uname -r"
alias .="cd"
alias home="xclear && cd /home/brian && clear && erase_history && hash -r"
alias docs="cd ~/Documents"
alias down="cd ~/Downloads"
alias pics="cd ~/Pictures"