Move ruby gems PATH inclusion into the fish.config
This commit is contained in:
parent
f8a3a2ce70
commit
a24f17c88a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ gpg-connect-agent updatestartuptty /bye > /dev/null
|
|||
set -x EDITOR 'nvim'
|
||||
set -x TERMINAL 'gnome-terminal'
|
||||
|
||||
set -x PATH "$HOME/bin" "$HOME/.local/bin" "$HOME/JUCE" $PATH
|
||||
set -x PATH "$HOME/bin" "$HOME/.local/bin" "$HOME/JUCE" "$HOME/.gem/ruby/2.6.0/bin" $PATH
|
||||
set -x JUCE_PATH "$HOME/JUCE"
|
||||
set -x FRUT_PATH "$HOME/FRUT"
|
||||
|
||||
|
|
Loading…
Reference in a new issue