From: Hendrik Jäger Date: Tue, 4 Jan 2022 09:36:29 +0000 (+0100) Subject: passmenu among other things X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=ac64059a0ab104b4d7cd2b3dc80ec2ab326e2043;p=user%2Fhenk%2Fvcsh%2Fzsh.git passmenu among other things --- diff --git a/.zshrc b/.zshrc index 68fcb86..1c0a28f 100644 --- a/.zshrc +++ b/.zshrc @@ -22,6 +22,7 @@ export YSU_MODE=ALL # I want sbin executables available export PATH=${PATH}:/usr/local/sbin:/sbin:/usr/sbin +export PATH=${PATH}:~/bin # where zsh looks for functions fpath=(~/.zsh_functions $fpath)