Auto commit: 2024-11-07 23:20:01

This commit is contained in:
Daniel Fichtinger 2024-11-07 23:20:01 -05:00
parent 893b0e0c6c
commit 9d024d853c

2
.zshrc
View file

@ -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