Fixed incorrect exports for NVM, added cmake

This commit is contained in:
2021-11-05 18:20:40 -07:00
parent 5c68440efd
commit e818eaa784
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@
sudo pacman -Syuu
# Install
sudo pacman -S vim code unrar base-devel vlc firefox -q --noconfirm
sudo pacman -S vim code unrar base-devel vlc firefox cmake -q --noconfirm

View File

@ -2,7 +2,7 @@
# NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
source NVM_DIR="$HOME/.nvm"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"