From f7ce18460b4bcbe12012c35fea241c1401953dd9 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 2 Feb 2022 12:40:14 -0800 Subject: [PATCH] removed up alias --- bashrc.txt | 1 - 1 file changed, 1 deletion(-) 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"