✏️ Many updates/adjustments

This commit is contained in:
z3rOR0ne 2022-09-05 07:29:55 -07:00
parent c3fe182d94
commit f5eb199195
3 changed files with 8 additions and 55 deletions

View file

@ -2,6 +2,11 @@
# to change default shell, use chsh -s $(which zsh)
# prevent overwriting of existing files
set -o noclobber
# reverse with:
# set +o noclobber
# create custom env variables:
export cproj="/home/brian/Documents/Code/web_tutorials/advanced_programming_in_the_UNIX_environment_midterm"