cleaning
This commit is contained in:
parent
e8225e8106
commit
2d72005a52
2 changed files with 4 additions and 3 deletions
|
@ -10,8 +10,8 @@ alias ll='ls -lh'
|
|||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
export FZF_DEFAULT_COMMAND='fd -H'
|
||||
export FZF_CTRL_T_COMMAND='fd -H'
|
||||
export FZF_DEFAULT_OPTS="--cycle -e --layout=reverse --height=40% --preview='bat --color=always --tabs=2 --style=plain --theme=\"Monokai Extended\" {}'"
|
||||
export FZF_CTRL_R_OPTS="--cycle -e --layout=reverse --height=40% --preview=''"
|
||||
export FZF_DEFAULT_OPTS="-e --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended {}'"
|
||||
export FZF_CTRL_R_OPTS="-e --layout=reverse"
|
||||
_fzf_compgen_path() {
|
||||
fd -H . "$1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue