Added .pub-cache/bin to the PATH
This commit is contained in:
parent
ccedf83ac9
commit
4fea981faf
@ -146,7 +146,7 @@
|
|||||||
binaries, Go’s binaries and my own executables. And of course, don’t forget
|
binaries, Go’s binaries and my own executables. And of course, don’t forget
|
||||||
to add the already existing =PATH=.
|
to add the already existing =PATH=.
|
||||||
#+BEGIN_SRC fish
|
#+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
|
#+END_SRC
|
||||||
|
|
||||||
Sometimes, software will rely on =SUDO_ASKPASS= to get a GUI from which it
|
Sometimes, software will rely on =SUDO_ASKPASS= to get a GUI from which it
|
||||||
|
@ -17,7 +17,7 @@ end
|
|||||||
|
|
||||||
function fish_greeting; 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
|
set -gx SUDO_ASKPASS ~/.local/bin/askpass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user