diff --git a/bashrc.txt b/bashrc.txt index 27fd448e..0fc58964 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -5,7 +5,7 @@ # history -c && history -w && hash -r # create custom env variables: -export cproj="/home/brian/Documents/Code/source_code_to_study/sandbox/msh" +export cproj="$HOME/Documents/Code/web_tutorials/advanced_programming_in_the_UNIX_environment" # custom BROWSER env for ddgr: export BROWSER=links export TUIR_BROWSER=librewolf diff --git a/zshrc.txt b/zshrc.txt index 6d6d964b..5fe08245 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -3,7 +3,8 @@ # to change default shell, use chsh -s $(which zsh) # create custom env variables: -export cproj="$HOME/Documents/Code/source_code_to_study/sandbox/msh" +export cproj="$HOME/Documents/Code/web_tutorials/advanced_programming_in_the_UNIX_environment" + # custom BROWSER env for ddgr: export BROWSER=links export TUIR_BROWSER=librewolf @@ -150,6 +151,7 @@ bindkey -v # kitty-integration # unfunction kitty-integration # fi + alias home="xclear && cd /home/brian && clear && history -p && hash -r && /usr/bin/rm $HOME/.zsh_history && touch $HOME/.zsh_history" source ~/.aliases