diff --git a/.config/fish/README.org b/.config/fish/README.org index e4def3f..eacb0ad 100644 --- a/.config/fish/README.org +++ b/.config/fish/README.org @@ -146,7 +146,7 @@ binaries, Go’s binaries and my own executables. And of course, don’t forget to add the already existing =PATH=. #+BEGIN_SRC fish - 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 #+END_SRC Sometimes, software will rely on =SUDO_ASKPASS= to get a GUI from which it diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e4ea3d3..9dd9bac 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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