about summary refs log tree commit diff
path: root/configs/shared/.zshrc
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-04-23T19·16-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-04-23T19·16-0400
commitd9f3bff1c53203fb43e3174f73d0f338cf5d7df0 (patch)
tree3eb372735f7d99d79ec26c9fb598ac1c00c56f0e /configs/shared/.zshrc
parent691527468d31c7113cc052607867630e83d61dd9 (diff)
Update zshrc
Drop support for zsh_profile. Update zshrc to be cognizant of
urbint/meta. Define minimum config necessary.
Diffstat (limited to 'configs/shared/.zshrc')
-rw-r--r--configs/shared/.zshrc20
1 files changed, 6 insertions, 14 deletions
diff --git a/configs/shared/.zshrc b/configs/shared/.zshrc
index 6e658292c3d7..370a9fa9485b 100644
--- a/configs/shared/.zshrc
+++ b/configs/shared/.zshrc
@@ -1,16 +1,8 @@
-export ZSH=${HOME}/.oh-my-zsh
+export META_DIR="${HOME}/urbint/meta"
+export ZSH="${HOME}/.oh-my-zsh"
 
-ZSH_THEME="refined"
-plugins=(tmux zsh-autosuggestions git git-extras github gitfast)
-source $ZSH/oh-my-zsh.sh
-source ~/.zsh_profile
+ZSH_THEME=refined
+plugins=(zsh-autosuggestions git git-extras github)
 
-[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
-
-export N_PREFIX="$HOME/n"; [[ :$PATH: == *":$N_PREFIX/bin:"* ]] || PATH+=":$N_PREFIX/bin"  # Added by n-install (see http://git.io/n-install-repo).
-
-# The next line updates PATH for the Google Cloud SDK.
-if [ -f '/Users/wpcarro/Downloads/google-cloud-sdk/path.zsh.inc' ]; then source '/Users/wpcarro/Downloads/google-cloud-sdk/path.zsh.inc'; fi
-
-# The next line enables shell command completion for gcloud.
-if [ -f '/Users/wpcarro/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then source '/Users/wpcarro/Downloads/google-cloud-sdk/completion.zsh.inc'; fi
+source "${ZSH}/oh-my-zsh.sh"
+source "${META_DIR}/urbint_101/scripts/setup"