removed up alias

This commit is contained in:
tomit4 2022-02-02 12:40:14 -08:00
parent af0830b459
commit f7ce18460b

View file

@ -175,7 +175,6 @@ export PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\033[01;37m
# Custom Bash Commands
alias .="cd"
alias up="source up.sh"
alias home="xclear && cd /home/brian && clear && nf && history -c && hash -r"
alias docs="cd ~/Documents"
alias down="cd ~/Downloads"