emacs refactors

This commit is contained in:
Grant Hunter
2021-07-08 11:17:44 -06:00
parent 446240d1c1
commit be98824357
2 changed files with 78 additions and 55 deletions

8
zshrc
View File

@@ -105,13 +105,13 @@ setopt nosharehistory
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)
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0
cd ~