aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 5d8da06..bdc70cc 100644
--- a/.zshrc
+++ b/.zshrc
@@ -14,7 +14,7 @@ znap prompt
znap source marlonrichert/zsh-autocomplete
znap source zsh-users/zsh-autosuggestions
-for file in ~/.{aliases,path,extras}; do
+for file in ~/.{aliases.zsh,path.zsh,extras.zsh}; do
if [[ -r "$file" ]] && [[ -f "$file" ]]; then
# shellcheck source=/dev/null
source "$file"