chore(ZSH): plugins, themes and prompt

This commit is contained in:
Afonso Franco 2024-02-22 11:38:36 +00:00
parent da4cb6094f
commit 9e92a6a8cb
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
15 changed files with 157 additions and 24 deletions

View file

@ -4,6 +4,10 @@ ls() {
eza --icons -l --sort type "$@"
}
cd(){
z "$@"
}
nvim() {
/opt/homebrew/bin/nvim --listen /tmp/nvim.pipe "$@"
}
@ -12,6 +16,9 @@ vim() {
/opt/homebrew/bin/nvim --listen /tmp/nvim.pipe "$@"
}
alias find="fd"
alias df="duf"
v() {
/opt/homebrew/bin/nvim --listen /tmp/nvim.pipe "$@"
}
alias lg="lazygit"
alias calcurse-caldav='CALCURSE_CALDAV_PASSWORD=$(keyring get caldav afonso) calcurse-caldav'