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'