From 9d024d853c731c899a00ce4e75992e296727b65e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 7 Nov 2024 23:20:01 -0500 Subject: [PATCH] Auto commit: 2024-11-07 23:20:01 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ad372b43..fd40e54e 100644 --- a/.zshrc +++ b/.zshrc @@ -9,7 +9,7 @@ zle -N edit-command-line bindkey "^e" edit-command-line # Set up fzf key bindings and fuzzy completion -eval "$(fzf --zsh)" +# eval "$(fzf --zsh)" alias ls="eza -lh" alias top=btop