Browse Source

Fixed the way Fish expects path variables

master
Julio Biason 3 years ago
parent
commit
c29ee883f7
  1. 2
      fish/conf.d/cargo.fish
  2. 1
      fish/conf.d/poetry.fish

2
fish/conf.d/cargo.fish

@ -1 +1 @@
export PATH="$HOME/.cargo/bin:$PATH"
set PATH $HOME/.cargo/bin $PATH

1
fish/conf.d/poetry.fish

@ -0,0 +1 @@
set PATH $HOME/.poetry/bin $PATH
Loading…
Cancel
Save