]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
Change '.' to 'source'
authorHendrik Jaeger <git-commit@henk.geekmail.org>
Mon, 17 Feb 2020 20:58:10 +0000 (21:58 +0100)
committerHendrik Jaeger <git-commit@henk.geekmail.org>
Mon, 17 Feb 2020 20:58:10 +0000 (21:58 +0100)
.zshrc

diff --git a/.zshrc b/.zshrc
index 9590f9c432b51bb95ab0037d91be0986ea1e3b33..2ef2e9a3cc51a39a77696506aac7abe49b5e2b94 100644 (file)
--- 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