summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-06-18 17:46:38 -0700
committerTyler Davis <tyler@gluecode.net>2024-06-18 17:46:38 -0700
commit6293ed8e0208088e54b5369b2d3bf10eaaf64dc5 (patch)
tree2d4621f15dad97124ce269e2b98cfd08c599cc75
parentf461cb3426e6bbe823294197000b08c062f6748c (diff)
downloaddotfiles-6293ed8e0208088e54b5369b2d3bf10eaaf64dc5.tar.gz
dotfiles-6293ed8e0208088e54b5369b2d3bf10eaaf64dc5.zip
Remove extras from zsh
-rw-r--r--.zshrc15
1 files changed, 1 insertions, 14 deletions
diff --git a/.zshrc b/.zshrc
index 50e66bc..5811ed4 100644
--- a/.zshrc
+++ b/.zshrc
@@ -13,20 +13,7 @@ case "$OSTYPE" in
export PATH=$(python3 -m site --user-base)/bin:$PATH
fi
- # Brew clauses
- if [ -f '/opt/homebrew/bin/brew' ]; then
- eval "$(/opt/homebrew/bin/brew shellenv)"
- export PATH=/opt/homebrew/bin:$PATH:$HOME/.cargo/bin:/Users/tydavis/.golang/go/bin
- fi
-
- # Load config from filesystem
- export AWS_SDK_LOAD_CONFIG=1
-
- # Add Local bin
- export PATH=$PATH:/Users/tydavis/.local/bin
-
- # Unlock Keychain cli
- alias unlock='security unlock-keychain ~/Library/Keychains/login.keychain'
+ set -o emacs
;;
linux*)