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 --- files/.zsh/rc/S90_fzf | 1 + 1 file changed, 1 insertion(+) create mode 100644 files/.zsh/rc/S90_fzf (limited to 'files/.zsh/rc/S90_fzf') diff --git a/files/.zsh/rc/S90_fzf b/files/.zsh/rc/S90_fzf new file mode 100644 index 0000000..67cb4e9 --- /dev/null +++ b/files/.zsh/rc/S90_fzf @@ -0,0 +1 @@ +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -- cgit v1.2.3