From ceac20d449f55ebbcec0758f51259d75f1be60fd Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 9 Nov 2024 18:45:02 -0500 Subject: [PATCH] Auto commit: 2024-11-09 18:45:02 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1d267bdf..d4934e78 100644 --- a/.zshrc +++ b/.zshrc @@ -11,7 +11,7 @@ bindkey "^e" edit-command-line # Set up fzf key bindings and fuzzy completion # eval "$(fzf --zsh)" -alias ls="eza -lh" +alias ls="eza -lh --git" alias top=btop alias v=nvim alias testvim='NVIM_APPNAME=nvim-test nvim'