Switch to macOS.

This commit is contained in:
Bartek Stalewski 2024-06-19 17:38:47 +02:00
parent e819a06cda
commit adc7c2a130
No known key found for this signature in database
3 changed files with 1 additions and 7 deletions

View file

@ -1,4 +1,5 @@
if [[ $(command -v fzf) ]]; then
source <(fzf --zsh)
export FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.local/config/fd'
export FZF_CTRL_T_COMMAND='fd -H -L --ignore-file ~/.local/config/fd'
export FZF_DEFAULT_OPTS="--multi -e --ansi --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended\ Bright {}'"