From 06154f10106372d93fdd06713c468578ee3a5cb0 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 3 Mar 2022 11:56:28 -0800 Subject: [PATCH] added history -w to order of operations for alias home --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 17f4fd09..869d7119 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -173,7 +173,7 @@ export PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\033[01;37m # Custom Bash Commands alias .="cd" -alias home="xclear && cd /home/brian && clear && nf && history -c && hash -r" +alias home="xclear && cd /home/brian && clear && nf && history -c && history -w && hash -r" alias docs="cd ~/Documents" alias down="cd ~/Downloads" alias pics="cd ~/Pictures"