📝 Changed cproj variable for now
This commit is contained in:
parent
16f3c7efbc
commit
104e4bbc25
2 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,8 @@
|
|||
#
|
||||
history -c && history -w && hash -r
|
||||
# create custom env variables:
|
||||
export cproj="$HOME/Documents/Code/web_tutorials/advanced_programming_in_the_UNIX_environment"
|
||||
# export cproj="$HOME/Documents/Code/web_tutorials/advanced_programming_in_the_UNIX_environment"
|
||||
export cproj="$HOME/Documents/Code/bash/bgit"
|
||||
# custom BROWSER env for ddgr:
|
||||
export BROWSER=links
|
||||
export TUIR_BROWSER=librewolf
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ set -o noclobber
|
|||
# set +o noclobber
|
||||
|
||||
# create custom env variables:
|
||||
export cproj="/home/brian/Documents/Code/web_tutorials/advanced_programming_in_the_UNIX_environment_midterm"
|
||||
# export cproj="/home/brian/Documents/Code/web_tutorials/advanced_programming_in_the_UNIX_environment_midterm"
|
||||
export cproj="/home/brian/Documents/Code/bash/bgit"
|
||||
|
||||
# custom BROWSER env for ddgr:
|
||||
export BROWSER=librewolf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue