Commit 2d3cbf1b542b

Vincent Demeester <vincent@sbr.pm>
2020-04-26 16:35:18
Add $HOME/bin to PATH (again)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9ff3f87
Changed files (1)
modules
profiles
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