Resa condizionale export variabile fzf.
This commit is contained in:
parent
4a40f9cfd2
commit
5fa69f6396
4
zshrc
4
zshrc
@ -47,7 +47,9 @@ done
|
||||
export EDITOR="/usr/bin/vim"
|
||||
|
||||
# FZF default options
|
||||
export FZF_DEFAULT_OPTS="--multi --no-mouse --ansi --color=dark"
|
||||
if [ -x `which fzf` ]; then
|
||||
export FZF_DEFAULT_OPTS="--multi --no-mouse --ansi --color=dark"
|
||||
fi
|
||||
|
||||
# Loading rvm if exists
|
||||
[ -f /etc/profile.d/rvm.sh ] && source /etc/profile.d/rvm.sh
|
||||
|
Loading…
Reference in New Issue
Block a user