summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
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