diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-10-22 22:39:06 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-10-22 22:39:06 +0200 |
commit | 97e0461b3938abc7cf0cff770a87c1f0c90ec507 (patch) | |
tree | 0bda3ab96d477e058830e2a4bfeda43457be21df /.zshrc | |
parent | a9c1c1fb6bc039ffc1dc87b244f7987f7e10aa67 (diff) |
autoload functions part 1
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -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 |