diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-05-06 01:39:20 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-05-06 01:39:20 +0000 |
| commit | b37d79f1a7dceff4b1eb4666d6f8f151206e9a99 (patch) | |
| tree | 9b615a2d15ced26e95434e882b4ca7d5c729b36f /profile | |
| parent | 0fdd937627312ee82680c5f811e977ab85e194bb (diff) | |
minor update
Diffstat (limited to 'profile')
| -rw-r--r-- | profile/.bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profile/.bashrc b/profile/.bashrc index a6634bf..2f8e3ed 100644 --- a/profile/.bashrc +++ b/profile/.bashrc @@ -9,6 +9,12 @@ export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput se export PATH=$PATH:~/.vim/bin shopt -s autocd +source /usr/share/fzf/key-bindings.bash +source /usr/share/fzf/completion.bash + +export FZF_DEFAULT_OPTS="--preview '( +highlight -O ansi -l {} || +cat {} || tree -C {}) 2> /dev/null | head -200' --bind '?:toggle-preview'" #Basic Aliases alias v="vim" |
