aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2024-07-27 17:23:24 +0200
committerSimen A. W. Olsen <so@bjerk.io>2024-07-27 17:23:24 +0200
commit519875b83090af2591a2663afccf2f58c83e9c91 (patch)
treee484f2130da8760fe674ec42693d01b5b05c00b5 /.zshrc
parent0cb9f782ddcb2c54993f1e3df511fb32289bcd64 (diff)
downloaddotfiles-519875b83090af2591a2663afccf2f58c83e9c91.tar.gz
dotfiles-519875b83090af2591a2663afccf2f58c83e9c91.zip
add .zsh to all extra files
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"