Navigation Menu

Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
travisjeffery committed Jun 26, 2019
1 parent 18eed0a commit 2781c59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .shrc
Expand Up @@ -83,8 +83,6 @@ if [ ! $(uname -s) = "Darwin" ]; then
alias pbpaste='xsel --clipboard --output'
fi

. ~/.zsh/z/z.sh

eval "$(hub alias -s)"

# To use pbcopy/pbpaste with UTF-8 encoding.
Expand Down
12 changes: 12 additions & 0 deletions .zshenv
Expand Up @@ -11,4 +11,16 @@ export GOENV_ROOT=$HOME/.goenv
export PATH="$GOENV_ROOT/bin:$PATH"
export PATH="$GOPATH/bin:$PATH"

[ -d ~/.zsh/z ] && . ~/.zsh/z/z.sh

# for emacs vterm.el
HOSTNAME=$(uname -n)
USER=$(whoami)

case $TERM in
xterm*)
precmd () {print -Pn "\e]0;%n@%m: %~\a"}
;;
esac

eval "$(goenv init -)"

0 comments on commit 2781c59

Please sign in to comment.