mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(fzf): run command will change shell-integration behaviour
This commit is contained in:
parent
dae3143f86
commit
5ddef67714
3 changed files with 14 additions and 12 deletions
|
|
@ -139,9 +139,10 @@ if command -v emacs >/dev/null; then
|
|||
export SPACEMACSDIR="$XDG_CONFIG_HOME"/spacemacs
|
||||
fi
|
||||
# Fzf
|
||||
if command -v fzf > /dev/null; then
|
||||
export FZF_DEFAULT_OPTS_FILE="$HOME/.dotfiles/common/fzfrc"
|
||||
fi
|
||||
# This will make shell integration buggy
|
||||
# if command -v fzf > /dev/null; then
|
||||
# export FZF_DEFAULT_OPTS_FILE="$HOME/.dotfiles/common/fzfrc"
|
||||
# fi
|
||||
# tldr
|
||||
# Works only with C client (did not verify)
|
||||
if command -v tldr >/dev/null; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue