diff --git a/update.sh b/update.sh index 62e2764..2b3a99d 100755 --- a/update.sh +++ b/update.sh @@ -192,7 +192,7 @@ printf -- '\033[33m Adding path to bashrc\n\033[37m' echo 'PATH="$HOME/.local/bin:$HOME/.cargo/bin:$PATH"' >> ~/.bashrc echo 'alias vi="nvim"' >> ~/.bashrc echo 'alias vim="nvim"' >> ~/.bashrc -echo 'source ~/.fzf.bash"' >> ~/.bashrc +echo 'source ~/.fzf.bash' >> ~/.bashrc # Add tmux/nvim autostart to bashrc printf -- '\033[33m Adding tmux/nvim autostart to bashrc\n\033[37m'