From 4b7a871b00cb9b84936e501bbbe9ef4df179bd29 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Wed, 22 Jun 2022 02:37:28 -0700 Subject: [PATCH] changed cproj directory --- bashrc.txt | 2 +- zshrc.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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