zsh: fzf add and change colors

This commit is contained in:
2024-07-08 22:18:41 +02:00
parent ec9c92ab9f
commit 154b1a11be
2 changed files with 2 additions and 2 deletions

View File

@ -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'