From ed1231b6c5d12b219168abc7f64137cd45c706e2 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Fri, 18 Mar 2022 23:13:54 -0500 Subject: [PATCH] Add .zshrc --- .zshrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..3e34925 --- /dev/null +++ b/.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)"