forked from cohabit/server_config
fix: patch fp
alias by replacing bat
with batcat
This commit is contained in:
parent
63a47dbe76
commit
f3888fa03e
|
@ -54,7 +54,7 @@ alias bat="batcat"
|
|||
alias cat="bat --theme=gruvbox-dark"
|
||||
|
||||
# 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
|
||||
eval "$(zoxide init zsh)"
|
||||
|
|
Loading…
Reference in a new issue