From 965492e9a69550d63df1034e587a47664bd81915 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 13 Dec 2021 00:51:16 -0800 Subject: [PATCH] appended hash -r to home alias --- bashrc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index f4c9ec77..daaa55f7 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -6,8 +6,8 @@ neofetch # create custom env variables: export cproj="/home/brian/scripts" # custom BROWSER env for ddgr: -#export BROWSER=firefox-developer-edition -export BROWSER=links +export BROWSER=firefox-developer-edition +#export BROWSER=links #enable vi keybindings in terminal and terminal applications set -o vi @@ -167,7 +167,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" +alias home="xclear && cd /home/brian && clear && nf && history -c && hash -r" alias docs="cd ~/Documents" alias down="cd ~/Downloads" alias pics="cd ~/Pictures"