diff options
| author | Anton Bobov <abobov@gmail.com> | 2016-08-20 23:44:55 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2016-08-23 08:45:21 +0500 |
| commit | d73894fc1ab71a441080b860c2d101b9fbfb3992 (patch) | |
| tree | 8898056665a8ecbe7c8cc98dedac4bc5630956ee /install.sh | |
| parent | 54f121265ece225dfd8e069af1a44878c01730c2 (diff) | |
[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
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() { |
