From 91ef3ea915cc494f5843de0496c4923f1f3924ab Mon Sep 17 00:00:00 2001 From: lfreixial Date: Thu, 10 Jul 2025 21:58:28 +0100 Subject: [PATCH] change cat to batcat --- zsh/.zsh_debian | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.zsh_debian b/zsh/.zsh_debian index 8bf679f..d3e6095 100644 --- a/zsh/.zsh_debian +++ b/zsh/.zsh_debian @@ -1,2 +1,3 @@ source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -alias f='selected=$(find . -type f 2>/dev/null | fzf --preview "batcat --style=numbers --color=always {}") && [ -n "$selected" ] && vim "$selected"' \ No newline at end of file +alias f='selected=$(find . -type f 2>/dev/null | fzf --preview "batcat --style=numbers --color=always {}") && [ -n "$selected" ] && vim "$selected"' +alias cat='batcat'