]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zshrc
add section comment
[user/henk/vcsh/zsh.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index 2f9d6682a0ab309554b021705ffe575de0fed657..24597869ae82b3d4cafc24fe00635c06b1f2c3d4 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -19,6 +19,8 @@ REPORTTIME=10
 
 
 # where zsh looks for functions
+
+# add my own functions
 fpath=(~/.zsh_functions $fpath)
 
 
@@ -37,8 +39,6 @@ hash -d fortunes=~/Data/henksfiles/workinprogress/Dokumente/fortunes/
 
 # aliases are usually independent and standalone
 source ~/.zsh_aliases
-# TODO break this up or make functions or get rid?
-source ~/.zsh_qemu
 
 
 # load plugin manager after all 'static' stuff is done
@@ -155,11 +155,7 @@ zgenom load 'https://github.com/MichaelAquilina/zsh-you-should-use'
 # source ~/.zsh_functions_taskwarrior
 
 
-# TODO break this up
-source ~/.zsh_local
-
-# TODO break this up
-for f in ~/.env_*(N)
+for f in ~/.zsh_local*(N)
 do
        source $f
 done