small fixes
This commit is contained in:
@@ -121,7 +121,11 @@ function install_nvm() {
|
||||
else
|
||||
echo "nvm is already installed"
|
||||
fi
|
||||
|
||||
if [ -f "$HOME/.nvm/nvm.sh" ]; then
|
||||
. "$HOME/nvm/nvm.sh"
|
||||
nvm install --lts
|
||||
fi
|
||||
}
|
||||
|
||||
function install_rust() {
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
~/.dictionary.txt.gz: dictionary.txt.gz
|
||||
~/.common_shell_functions: common_shell_functions
|
||||
~/.zsh: zsh
|
||||
~/.config/nvim: nvim
|
||||
|
||||
- shell:
|
||||
- [git submodule update --init --recursive, Installing submodules]
|
||||
|
||||
Reference in New Issue
Block a user