diff options
Diffstat (limited to 'config/zsh/paths.zsh')
| -rw-r--r-- | config/zsh/paths.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/paths.zsh b/config/zsh/paths.zsh index ca2d3a0..d52250c 100644 --- a/config/zsh/paths.zsh +++ b/config/zsh/paths.zsh @@ -4,7 +4,7 @@ export PKG_CONFIG_PATH=/usr/lib/pkgconfig; # Local scripts export SCRIPTS_DIR="$HOME/scripts"; -export SCRIPTS_BINARY_DIR="$HOME/.bin"; +export SCRIPTS_BINARY_DIR="$SCRIPTS_DIR/bin"; export COMMANDS_DIR="$HOME/scripts/commands"; # Lang specific stuff |
