about summary refs log tree commit diff
path: root/configs/shared/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared/.zshrc')
-rw-r--r--configs/shared/.zshrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/configs/shared/.zshrc b/configs/shared/.zshrc
deleted file mode 100644
index f18ef365edbf..000000000000
--- a/configs/shared/.zshrc
+++ /dev/null
@@ -1,10 +0,0 @@
-export META_DIR="${HOME}/urbint/meta"
-export DOTFILES="${HOME}/dotfiles"
-export ZSH="${HOME}/.oh-my-zsh"
-export PATH="${PATH}:${HOME}/.local/bin"
-
-ZSH_THEME=refined
-plugins=(zsh-autosuggestions git git-extras github)
-
-source "${ZSH}/oh-my-zsh.sh"
-source "${META_DIR}/urbint_101/scripts/setup"