Added scripts folder

This commit is contained in:
2021-12-26 15:33:11 -05:00
parent 375fb12359
commit 489c9462cf
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export SHELL="$(which zsh)"
# Allow useful scripts in ~/.bin to be in the search path.
export PATH=~/.bin:$PATH
export PATH=~/.local/scripts:$PATH
# Allow git to work on mounted volumes
export GIT_DISCOVERY_ACROSS_FILESYSTEM=1