commit 2d3cbf1b542b8167b696b189cab666a43f3d51a6
parent 9ff3f87a44ff343258d2d45dd6941bf159c13a04
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sun, 26 Apr 2020 16:35:18 +0200
Add $HOME/bin to PATH (again)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/modules/profiles/zsh.nix b/modules/profiles/zsh.nix
@@ -92,6 +92,7 @@ in
envExtra = ''
export GOPATH=${config.home.homeDirectory}
export WEBKIT_DISABLE_COMPOSITING_MODE=1;
+ export PATH=$HOME/bin:$PATH
if [ -d $HOME/.krew/bin ]; then
export PATH=$HOME/.krew/bin:$PATH
fi