From d73894fc1ab71a441080b860c2d101b9fbfb3992 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sat, 20 Aug 2016 23:44:55 +0500 Subject: [zhs] Alias and LESS filter. * add LESS file filter * don't use grc if not installed * fix aliases with sudo and watch * source fzf (https://github.com/junegunn/fzf) if found --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') 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() { -- cgit v1.2.3