summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2021-10-22 22:39:06 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2021-10-22 22:39:06 +0200
commit97e0461b3938abc7cf0cff770a87c1f0c90ec507 (patch)
tree0bda3ab96d477e058830e2a4bfeda43457be21df /.zshrc
parenta9c1c1fb6bc039ffc1dc87b244f7987f7e10aa67 (diff)
autoload functions part 1
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc18
1 files changed, 16 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index afa4948..a5157d9 100644
--- a/.zshrc
+++ b/.zshrc
@@ -4,13 +4,27 @@ source ~/.zsh_zinit
source /usr/share/autojump/autojump.sh
+fpath=(~/.zsh_functions $fpath)
+
+autoload henkspngpostproc
+autoload henkspwgen
+autoload new_hs_project
+autoload vifind
+autoload movies_biggest
+autoload movies_forgotten
+autoload movies_newest
+autoload movies_oldest
+autoload movies_smallest
+autoload mpvshuffledir
+autoload pause_stardew
+
autoload -Uz vcs_info
autoload -Uz edit-command-line
source ~/.zsh_taskwarrior
-source ~/.zsh_functions
-source ~/.zsh_functions_media
+# source ~/.zsh_functions
+# source ~/.zsh_functions_media
#source ~/.zsh_functions_taskwarrior
source ~/.zsh_aliases