updates fish and zsh stuff for new brew, keychain, etc. changens to fish shell in emacs multi-term

This commit is contained in:
2017-05-07 11:58:39 -04:00
parent a28b86dc4a
commit 7356eac3a7
4 changed files with 3 additions and 6 deletions

4
zshrc
View File

@@ -57,10 +57,6 @@ if [ -x "$(command -v keychain)" ]; then
eval `keychain --eval --inherit any --agents gpg,ssh --quiet id_rsa 2B3A6377`
fi
# Homebrew Github Token
[ -x "$(command -v brew)" ] && alias brew='[[ $HOMEBREW_GITHUB_API_TOKEN ]] || export HOMEBREW_GITHUB_API_TOKEN=`gpg -d ~/.homebrew@github-password.gpg`; brew'
[ -x "$(command -v carthage)" ] && alias carthage='[[ $HOMEBREW_GITHUB_API_TOKEN ]] || export HOMEBREW_GITHUB_API_TOKEN=`gpg -d ~/.homebrew@github-password.gpg`; carthage'
# FZF
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh