diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-06-18 17:46:38 -0700 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-06-18 17:46:38 -0700 |
commit | 6293ed8e0208088e54b5369b2d3bf10eaaf64dc5 (patch) | |
tree | 2d4621f15dad97124ce269e2b98cfd08c599cc75 | |
parent | f461cb3426e6bbe823294197000b08c062f6748c (diff) | |
download | dotfiles-6293ed8e0208088e54b5369b2d3bf10eaaf64dc5.tar.gz dotfiles-6293ed8e0208088e54b5369b2d3bf10eaaf64dc5.zip |
Remove extras from zsh
-rw-r--r-- | .zshrc | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -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*) |