added ls alias

This commit is contained in:
Daniel Fichtinger 2024-11-04 14:56:49 -05:00
parent ccb1e12b93
commit 26dfb64037
3 changed files with 3 additions and 2 deletions

1
.zshrc
View file

@ -8,6 +8,7 @@ source $ZSH/oh-my-zsh.sh
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --zsh)"
alias ls="eza -lh"
alias top=btop
alias v=nvim
alias testvim='NVIM_APPNAME=nvim-test nvim'