feat: added env vars to zsh config
This commit is contained in:
15
.zshrc
15
.zshrc
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user