some edits idk

This commit is contained in:
Kulvir Singh
2024-12-16 13:47:38 +05:30
parent 886ff37f4a
commit 27a43ee619
6 changed files with 19 additions and 10 deletions

6
.zshrc
View File

@@ -7,6 +7,9 @@ source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# ---- zoxide ----
eval "$(zoxide init --cmd cd zsh)"
# ---- fzf ----
source <(fzf --zsh)
# ---- Git Aliases ----
alias ga='git add'
alias gaa='git add -A'
@@ -31,3 +34,6 @@ export PATH="$BUN_INSTALL/bin:$PATH"
# ---- startship ----
eval "$(starship init zsh)"
# ---- Better man pages ----
export MANPAGER="nvim +Man!"