diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2020-02-17 21:58:10 +0100 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2020-02-17 21:58:10 +0100 |
commit | 1a9e5f929d8880543849918d80d0f9214329edad (patch) | |
tree | 00ad82706162d62b2776711cf92b211184965550 /.zshrc | |
parent | 246b250ec39bdf21dd081e8179cab352d90cd8c0 (diff) |
Change '.' to 'source'
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -5,18 +5,18 @@ source /usr/share/autojump/autojump.sh autoload -Uz vcs_info -. ~/.zsh_comprc -. ~/.zsh_taskwarrior +source ~/.zsh_comprc +source ~/.zsh_taskwarrior -. ~/.zsh_functions -. ~/.zsh_functions_media -. ~/.zsh_functions_taskwarrior +source ~/.zsh_functions +source ~/.zsh_functions_media +source ~/.zsh_functions_taskwarrior -. ~/.zsh_aliases -. ~/.zsh_local -. ~/.zsh_qemu +source ~/.zsh_aliases +source ~/.zsh_local +source ~/.zsh_qemu -. ~/.env_* +source ~/.env_* #zle -N zle-line-init #zle -N zle-keymap-select |