changed cproj directory
This commit is contained in:
parent
d27bc1b005
commit
4b7a871b00
2 changed files with 4 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
#
|
#
|
||||||
history -c && history -w && hash -r
|
history -c && history -w && hash -r
|
||||||
# create custom env variables:
|
# 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:
|
# custom BROWSER env for ddgr:
|
||||||
export BROWSER=links
|
export BROWSER=links
|
||||||
export TUIR_BROWSER=librewolf
|
export TUIR_BROWSER=librewolf
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,8 @@
|
||||||
# to change default shell, use chsh -s $(which zsh)
|
# to change default shell, use chsh -s $(which zsh)
|
||||||
|
|
||||||
# create custom env variables:
|
# 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:
|
# custom BROWSER env for ddgr:
|
||||||
export BROWSER=links
|
export BROWSER=links
|
||||||
export TUIR_BROWSER=librewolf
|
export TUIR_BROWSER=librewolf
|
||||||
|
|
@ -150,6 +151,7 @@ bindkey -v
|
||||||
# kitty-integration
|
# kitty-integration
|
||||||
# unfunction kitty-integration
|
# unfunction kitty-integration
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
alias home="xclear && cd /home/brian && clear && history -p && hash -r && /usr/bin/rm $HOME/.zsh_history && touch $HOME/.zsh_history"
|
alias home="xclear && cd /home/brian && clear && history -p && hash -r && /usr/bin/rm $HOME/.zsh_history && touch $HOME/.zsh_history"
|
||||||
|
|
||||||
source ~/.aliases
|
source ~/.aliases
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue