move scripts to script directory

This commit is contained in:
Marty Oehme 2019-03-12 16:01:30 +01:00
parent d11f04dbf6
commit 23fe092d7f
12 changed files with 3 additions and 1 deletions

4
.zshrc
View File

@ -15,6 +15,8 @@
#
####
autoload zmv
## Show debug information
#
# ZSH_SETUP_SHOW_DEBUG="true"
@ -144,7 +146,7 @@ load_config_files $ZSH_CONFIG_DIR 3456789
# fi
# put personal scripts on the PATH to be callable
export PATH="$(du $ZSH_CONFIG_DIR/scripts/ | cut -f2 | tr '\n' ':')$PATH"
export PATH="$(du $XDG_CONFIG_HOME/scripts/bin | cut -f2 | tr '\n' ':')$PATH"
unset ZSH_CONFIG_DIR
# unset ZGEN_DIR -- Needs to remain set for some plugins to function