diff --git a/bootstrap.zsh b/bootstrap.zsh index 4f359e3..9e6a338 100755 --- a/bootstrap.zsh +++ b/bootstrap.zsh @@ -76,8 +76,10 @@ if [[ -e $HOME/.promptline.zsh ]]; then fi if ! [[ -e $HOME/.tmuxline.conf ]] then - puts 'Note' 'To install tmuxline, while in a tmux session open vim and run:' - echo ":TmuxlineSnapshot ~/.tmuxline.conf" + if [[ -d $HOME/.vim/plugged/tmuxline.vim ]]; then + puts 'Note' 'To install tmuxline, while in a tmux session open vim and run:' + echo ":TmuxlineSnapshot ~/.tmuxline.conf" + fi fi if [[ -e $HOME/.tmuxline.conf ]]; then