diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-04-11 14:05:03 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-04-11 14:05:03 +0530 |
| commit | 5d40bd31a395507fccafcc6ef9526b4649993c68 (patch) | |
| tree | 16aaf7f76503d7d22d3fd2f64fdda75d905f00d1 /config/zsh/paths.zsh | |
| parent | f8b7b030d293c17232753103564eba7e2f417a24 (diff) | |
| download | nixos-config-5d40bd31a395507fccafcc6ef9526b4649993c68.tar.gz nixos-config-5d40bd31a395507fccafcc6ef9526b4649993c68.zip | |
Adds key binding for loading shell in cwd
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 |
