From ac64059a0ab104b4d7cd2b3dc80ec2ab326e2043 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Tue, 4 Jan 2022 10:36:29 +0100 Subject: [PATCH] passmenu among other things --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2