~yapf to python2

This commit is contained in:
oreodave
2019-11-05 14:06:40 +00:00
parent 662e6a9a33
commit 68c26606e8

2
zshenv
View File

@@ -4,7 +4,7 @@ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
export DOTNET_CLI_TELEMTRY_OPTOUT=1
export EDITOR="vim"
export SHELL="zsh"
alias yapf='python3 -m yapf'
alias yapf='python2 -m yapf'
alias clip="xclip -sel clip"
alias e="emacsclient -c "
alias paste="xclip -o"