chore(ZSH): plugins, themes and prompt
This commit is contained in:
parent
da4cb6094f
commit
9e92a6a8cb
15 changed files with 157 additions and 24 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue