mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
change flutter dir
This commit is contained in:
parent
13c4d1746a
commit
977f9c5bbe
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
source $OTHER/env.zsh
|
||||
grep -q 'flutter' <<< $devTools && export PATH="$PATH:$HOME/.development/flutter/bin"
|
||||
grep -q 'flutter' <<< $devTools && export PATH="$PATH:$HOME/.local/opt/flutter/bin"
|
||||
grep -q 'dotnet' <<< $devTools && export PATH="$PATH:$HOME/.dotnet"
|
||||
grep -q 'cargo' <<< $devTools && source $HOME/.cargo/env
|
||||
grep -q 'gem' <<< $devTools && export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
|
||||
|
|
Loading…
Add table
Reference in a new issue