zsh: fzf add and change colors
This commit is contained in:
parent
ec9c92ab9f
commit
154b1a11be
@ -3,7 +3,7 @@ alias ll='ls -l'
|
||||
alias ta='tmux attach -t'
|
||||
alias tl='tmux list-sessions'
|
||||
alias tn='tmux new -s'
|
||||
alias fv='fzf --preview="bat --color=always {}" --bind="enter:become(nvim {})"'
|
||||
alias fv='fzf --preview="bat --color=always --theme=Nord {}" --bind="enter:become(nvim {})"'
|
||||
|
||||
if which exa > /dev/null; then
|
||||
alias ls='exa --icons'
|
||||
|
@ -2,7 +2,7 @@
|
||||
# % cd ~/.local/share
|
||||
# % git clone https://github.com/zap-zsh/zap.git --branch=release-v1
|
||||
|
||||
export FZF_DEFAULT_OPTS='--color=fg:#afb6b6,fg+:#afb6b6,bg:#264040,bg+:#58414e,hl:#9e532e,hl+:#d94426'
|
||||
export FZF_DEFAULT_OPTS='--color=fg:#afb1b6,fg+:#afb1b6,bg:#303236,bg+:#664400,hl:#ecc679,hl+:#ecc679,query:#afb1b6,pointer:#cc9933,marker:#cc9933,spinner:#664400,info:#ecc679,prompt:#ecc679'
|
||||
zstyle ':fzf-tab:*' fzf-flags $FZF_DEFAULT_OPTS
|
||||
|
||||
export BAT_THEME=ansi
|
||||
|
Loading…
x
Reference in New Issue
Block a user