We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c761b3 commit 426a226Copy full SHA for 426a226
zsh/zshrc.symlink
@@ -12,7 +12,7 @@ fi
12
# all of our non-path/env/profile/login/logout zsh files
13
typeset -U fpath_files interactive_files completion_files
14
fpath_files=($DOTFILES/**/*fpath.zsh)
15
-interactive_files=($DOTFILES/**/*.zsh~**/*completion.zsh~**/*path.zsh~**/*env.zsh~**/*alias.zsh~**/*aliases.zsh~**/*profile.zsh~**/*login.zsh~**/*logout.zsh)
+interactive_files=($DOTFILES/**/*.zsh~**/*completion.zsh~**/*path.zsh~**/*env.zsh~**/*profile.zsh~**/*login.zsh~**/*logout.zsh)
16
completion_files=($DOTFILES/**/*completion.zsh)
17
18
# load fpath config files
0 commit comments