diff --git a/bashrc.txt b/bashrc.txt index 7db0a9e6..5c9112e2 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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"