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 /files/.zsh/rc/S90_fzf | |
| 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 'files/.zsh/rc/S90_fzf')
| -rw-r--r-- | files/.zsh/rc/S90_fzf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
