aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 366fc89..efa3ddf 100755
--- a/install.sh
+++ b/install.sh
@@ -50,8 +50,10 @@ after_install() {
mkdir -p $HOME/tmp/vim-undo $HOME/tmp/vim-backup
mkdir -p $HOME/.mutt/cache
touch $HOME/.mutt/aliases
+ [ -f $HOME/.fzf.zsh ] || echo "No fzf."
check_command ctags
check_command ag
+ check_command grc
}
check_override() {