~yapf to python2
This commit is contained in:
2
zshenv
2
zshenv
@@ -4,7 +4,7 @@ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
|
|||||||
export DOTNET_CLI_TELEMTRY_OPTOUT=1
|
export DOTNET_CLI_TELEMTRY_OPTOUT=1
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
export SHELL="zsh"
|
export SHELL="zsh"
|
||||||
alias yapf='python3 -m yapf'
|
alias yapf='python2 -m yapf'
|
||||||
alias clip="xclip -sel clip"
|
alias clip="xclip -sel clip"
|
||||||
alias e="emacsclient -c "
|
alias e="emacsclient -c "
|
||||||
alias paste="xclip -o"
|
alias paste="xclip -o"
|
||||||
|
|||||||
Reference in New Issue
Block a user