found out . and source can be used interchangably

This commit is contained in:
z3rOR0ne 2022-05-02 02:21:00 -07:00
parent 5a3a345766
commit 885b705e67

View file

@ -9,6 +9,7 @@ alias df='df -h'
alias free='free -m'
alias dmesg="doas dmesg -H"
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"