tweaks for wsl

This commit is contained in:
Grant Hunter
2019-12-05 11:22:59 -07:00
parent 102ff42d7e
commit f83634dce0
5 changed files with 16 additions and 15 deletions

8
zshrc
View File

@@ -102,10 +102,16 @@ source $ZSH/oh-my-zsh.sh
setopt noincappendhistory
setopt nosharehistory
e() {emacs "$@" &; disown}
e() {emacsclient -a "" -qc -n "$@" &; disown}
alias ec="emacsclient -qc -n"
export DOCKER_HOST=tcp://localhost:2375
export DISPLAY=localhost:0.0
export PATH="$PATH:$HOME/.local/bin"
export PATH="/home/ghunter/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
source <(kubectl completion zsh)