fish: Add flutter to PATH
This commit is contained in:
parent
8c106dafc0
commit
2a8791a629
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/fish
|
||||
set PATH $HOME/.yarn/bin $HOME/.local/bin $HOME/.cargo/bin $PATH
|
||||
set PATH $HOME/.yarn/bin $HOME/.local/bin $HOME/.cargo/bin $HOME/Android/Sdk/platform-tools $PATH
|
||||
set PATH /opt/flutter/bin /opt/dart-sdk-dev/bin $PATH
|
||||
set IDF_PATH $HOME/Documents/Personal/esp-idf-v3.0.1
|
||||
set EDITOR nvim
|
||||
|
||||
|
|
Loading…
Reference in a new issue