Browse Source

Add .zshrc

master
Abheek Dhawan 3 years ago
parent
commit
ed1231b6c5
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 11
      .zshrc

11
.zshrc

@ -0,0 +1,11 @@
source ~/.antigenrc
pfetch
alias ls="exa"
alias vim="nvim"
export EDITOR="nvim"
export PATH=/home/abheekd/.cargo/bin:$PATH
eval "$(starship init zsh)"
Loading…
Cancel
Save