trim
This commit is contained in:
parent
1957f61a6d
commit
524a8174af
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ source $HOME/.cargo/env
|
||||||
if [ -x $HOME/.config/fish ] ; then
|
if [ -x $HOME/.config/fish ] ; then
|
||||||
fish -c 'set -Up fish_user_paths ~/.cargo/bin'
|
fish -c 'set -Up fish_user_paths ~/.cargo/bin'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Adding dev tools
|
# Adding dev tools
|
||||||
rustup component add rust-analysis
|
rustup component add rust-analysis
|
||||||
rustup component add rls
|
rustup component add rls
|
||||||
|
|
Reference in a new issue