aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/zsh/zshrc (renamed from external/zsh/zshrc)2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/zsh/zshrc b/config/zsh/zshrc
index 114e68d..c3fde13 100644
--- a/external/zsh/zshrc
+++ b/config/zsh/zshrc
@@ -13,7 +13,7 @@ setopt hist_ignore_space # ignore commands that start with space
setopt hist_verify # show command with history expansion to user before running it
setopt share_history # share command history data
-export ZSH_CUSTOM_CONF_FILES="$HOME/nixos/external/zsh";
+export ZSH_CUSTOM_CONF_FILES="$HOME/.config/zsh";
for f in $ZSH_CUSTOM_CONF_FILES/*.zsh; do source $f; done;
source $ZSH_CUSTOM_CONF_FILES/aliases.zsh;