Auto commit: 2024-11-09 18:45:02

This commit is contained in:
Daniel Fichtinger 2024-11-09 18:45:02 -05:00
parent 8b2f112e1e
commit ceac20d449

2
.zshrc
View file

@ -11,7 +11,7 @@ bindkey "^e" edit-command-line
# Set up fzf key bindings and fuzzy completion # Set up fzf key bindings and fuzzy completion
# eval "$(fzf --zsh)" # eval "$(fzf --zsh)"
alias ls="eza -lh" alias ls="eza -lh --git"
alias top=btop alias top=btop
alias v=nvim alias v=nvim
alias testvim='NVIM_APPNAME=nvim-test nvim' alias testvim='NVIM_APPNAME=nvim-test nvim'