diff options
-rw-r--r-- | zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |