alias for fzf + bat

This commit is contained in:
Morgan Wattiez 2019-08-17 00:05:37 +02:00
parent bca251b16d
commit fcce7664b2
2 changed files with 3 additions and 3 deletions

View File

@ -196,6 +196,6 @@ yum -y install prettyping
# Glances + nmon for monitoring
yum -y install nmon glances
# Install Fuzzy finder
git clone --depth 1 https://github.com/junegunn/fzf.git && cd fzf
yes | ./install
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
yes | ~/.fzf/install
exec $SHELL

View File

@ -51,7 +51,7 @@ alias mailpro="gmail"
# Viewing files
alias cat='bat'
alias preview="fzf --preview 'bat --color \"always\" {}'"
# To do / Done
#alias done='task_done'