diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2024-07-27 17:23:24 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <so@bjerk.io> | 2024-07-27 17:23:24 +0200 |
| commit | 519875b83090af2591a2663afccf2f58c83e9c91 (patch) | |
| tree | e484f2130da8760fe674ec42693d01b5b05c00b5 | |
| parent | 0cb9f782ddcb2c54993f1e3df511fb32289bcd64 (diff) | |
| download | dotfiles-519875b83090af2591a2663afccf2f58c83e9c91.tar.gz dotfiles-519875b83090af2591a2663afccf2f58c83e9c91.zip | |
add .zsh to all extra files
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
