aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshenv b/zshenv
index 29b78eb..149f6c8 100644
--- a/zshenv
+++ b/zshenv
@@ -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"