fixes path
This commit is contained in:
parent
8abc86dce4
commit
55e0ace2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,6 @@
|
|||
setup_path = /* fish */ ''
|
||||
fish_add_path /run/wrappers/bin
|
||||
fish_add_path /run/current-system/sw/bin
|
||||
fish_add_path "$HOME/.local/share/../bin"
|
||||
|
||||
if test "$uname" = "Darwin"
|
||||
setup_homebrew
|
||||
|
|
@ -185,6 +184,7 @@
|
|||
setup_work = /* fish */ ''
|
||||
fish_add_path $ANDROID_HOME/emulator
|
||||
fish_add_path $ANDROID_HOME/platform-tools
|
||||
fish_add_path $HOME/.local/share/uv/tools
|
||||
rbenv init - | source
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue