Added .pub-cache/bin to the PATH

This commit is contained in:
2019-11-10 10:45:44 +01:00
parent ccedf83ac9
commit 4fea981faf
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ end
function fish_greeting; end
set -gx PATH $HOME/.local/bin $HOME/go/bin $HOME/.cargo/bin $PATH
set -gx PATH $HOME/.pub-cache/bin $HOME/.local/bin $HOME/go/bin $HOME/.cargo/bin $PATH
set -gx SUDO_ASKPASS ~/.local/bin/askpass