Skip to content

Commit

Permalink
Ignore zsh files in test folders
Browse files Browse the repository at this point in the history
Update zshrc.symlink

Add newline back

wtf newline

enough
  • Loading branch information
mattdodge committed Nov 6, 2018
1 parent c0ba0cc commit f2f6c36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zsh/zshrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ fi
# all of our zsh files
typeset -U config_files
config_files=($ZSH/**/*.zsh)
# Ignore anything in a tests folder
config_files=(${config_files:#*/test?/*})

# load the path files
for file in ${(M)config_files:#*/path.zsh}
Expand Down Expand Up @@ -47,4 +49,4 @@ autoload -U down-line-or-beginning-search
zle -N up-line-or-beginning-search
zle -N down-line-or-beginning-search
bindkey "^[[A" up-line-or-beginning-search # Up
bindkey "^[[B" down-line-or-beginning-search # Down
bindkey "^[[B" down-line-or-beginning-search # Down

0 comments on commit f2f6c36

Please sign in to comment.