diff --git a/zsh/zsh/.zshrc b/zsh/zsh/.zshrc index 13b2318..0ec202f 100644 --- a/zsh/zsh/.zshrc +++ b/zsh/zsh/.zshrc @@ -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)"