summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jaeger <git-commit@henk.geekmail.org>2020-02-17 21:58:10 +0100
committerHendrik Jaeger <git-commit@henk.geekmail.org>2020-02-17 21:58:10 +0100
commit1a9e5f929d8880543849918d80d0f9214329edad (patch)
tree00ad82706162d62b2776711cf92b211184965550
parent246b250ec39bdf21dd081e8179cab352d90cd8c0 (diff)
Change '.' to 'source'
-rw-r--r--.zshrc18
1 files changed, 9 insertions, 9 deletions
diff --git a/.zshrc b/.zshrc
index 9590f9c..2ef2e9a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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