Skip to content

Commit

Permalink
[zsh] Rename ZSH files to .zsh
Browse files Browse the repository at this point in the history
Ensures the correct filetype is detected by vim
  • Loading branch information
MarcelRobitaille committed Oct 10, 2022
1 parent ad7318e commit 64149d1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins=(pass)
source "$ZSH/oh-my-zsh.sh"
source "$HOME/.zsh/async/async.zsh"

for file in $ZSH/custom/{exports,aliases,functions,directories,secret}.sh $ZSH/custom/completions.zsh $ZSH/custom/plugins/*; do
for file in $ZSH/custom/{exports,aliases,functions,directories,completions,secret}.zsh $ZSH/custom/plugins/*; do
[ -r "$file" ] && [ -f "$file" ] && source "$file"
done

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 64149d1

Please sign in to comment.