Skip to content

Commit

Permalink
fix(zsh): Source alias files as interactive files
Browse files Browse the repository at this point in the history
WIP: #10
Review: holman#265
  • Loading branch information
Derek Michael Frank committed Dec 17, 2016
1 parent 03dca6c commit b6568f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/zshrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
# all of our non-path/env/profile/login/logout zsh files
typeset -U fpath_files interactive_files completion_files
fpath_files=($DOTFILES/**/*fpath.zsh)
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)
completion_files=($DOTFILES/**/*completion.zsh)

# load fpath config files
Expand Down

0 comments on commit b6568f0

Please sign in to comment.