feat: added env vars to zsh config

This commit is contained in:
Kulvir Singh
2025-03-09 00:59:02 +05:30
parent f85a079b90
commit 1e4dcc5546
4 changed files with 8 additions and 36 deletions

15
.zshrc
View File

@@ -1,14 +1,9 @@
# ---- homebrew ----
eval "$(/opt/homebrew/bin/brew shellenv)"
# ---- Git Aliases ----
alias ga='git add'
alias gaa='git add -A'
alias gcm='git commit -m'
alias gpsh='git push'
alias gs='git status'
# ---- Aliases ----
alias ls='lsd'
alias lg='lazygit'
alias nv='nvim'
alias neofetch="fastfetch"
alias python='python3'
@@ -24,3 +19,9 @@ eval "$(zoxide init --cmd cd zsh)"
# ---- fzf ----
source <(fzf --zsh)
# ---- syntax highlighting ----
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
export EDITOR="nvim"
export MANPAGER = "nvim +Man!"