move scripts to script directory
This commit is contained in:
parent
d11f04dbf6
commit
23fe092d7f
12 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -15,6 +15,8 @@
|
||||||
#
|
#
|
||||||
####
|
####
|
||||||
|
|
||||||
|
autoload zmv
|
||||||
|
|
||||||
## Show debug information
|
## Show debug information
|
||||||
#
|
#
|
||||||
# ZSH_SETUP_SHOW_DEBUG="true"
|
# ZSH_SETUP_SHOW_DEBUG="true"
|
||||||
|
@ -144,7 +146,7 @@ load_config_files $ZSH_CONFIG_DIR 3456789
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
# put personal scripts on the PATH to be callable
|
# 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 ZSH_CONFIG_DIR
|
||||||
# unset ZGEN_DIR -- Needs to remain set for some plugins to function
|
# unset ZGEN_DIR -- Needs to remain set for some plugins to function
|
||||||
|
|
Loading…
Reference in a new issue