Skip to content

Commit 426a226

Browse files
Derek Michael Franklgo
Derek Michael Frank
authored andcommitted
fix(zsh): Source alias files as interactive files
WIP: dysfungi/dotfiles#10 Review: holman/dotfiles#265
1 parent 7c761b3 commit 426a226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh/zshrc.symlink

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
# all of our non-path/env/profile/login/logout zsh files
1313
typeset -U fpath_files interactive_files completion_files
1414
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)
15+
interactive_files=($DOTFILES/**/*.zsh~**/*completion.zsh~**/*path.zsh~**/*env.zsh~**/*profile.zsh~**/*login.zsh~**/*logout.zsh)
1616
completion_files=($DOTFILES/**/*completion.zsh)
1717

1818
# load fpath config files

0 commit comments

Comments
 (0)