fix: patch fp alias by replacing bat with batcat

This commit is contained in:
Julien Oculi 2024-06-05 21:39:08 +02:00
parent 63a47dbe76
commit f3888fa03e

View file

@ -54,7 +54,7 @@ alias bat="batcat"
alias cat="bat --theme=gruvbox-dark" alias cat="bat --theme=gruvbox-dark"
# File previews for fzf using bat # File previews for fzf using bat
alias fp="fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'" alias fp="fzf --preview 'batcat --style=numbers --color=always --line-range :500 {}'"
# Init zoxide # Init zoxide
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"