add more neovim plugins and alias eza for ls in zsh

This commit is contained in:
Mark Riedesel 2024-06-18 15:43:36 -05:00
parent b2322f2877
commit 874cd444ba
13 changed files with 228 additions and 13 deletions

View file

@ -1,4 +1,4 @@
#:vim set ft=zsh:
# vim:set ft=zsh:
zstyle ':zim:zmodule' use 'degit'
ZIM_HOME=${XDG_CACHE_DIR}/zim

View file

@ -0,0 +1,10 @@
# vim: set ft=zsh:
if [[ -z $commands[eza] ]]; then
return 0;
fi
alias ls='eza' # ls
alias l='eza -lbF --git' # List, size, type git
alias ll='eza -lbGF --git' # Long list
alias llm='eza -lbGF --git --sort=modified' # Long list