mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
changed python usages to python2 because archlinux now uses py3 as default
This commit is contained in:
parent
76802382a0
commit
f36337e83e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ alias tunnel='ssh -fqND 8888'
|
||||||
|
|
||||||
# Python stuff
|
# Python stuff
|
||||||
alias 2to3='2to3 -x buffer'
|
alias 2to3='2to3 -x buffer'
|
||||||
alias pydebug='python -m pudb.run'
|
alias pydebug='python2 -m pudb.run'
|
||||||
|
|
||||||
# IPv6 netstat version
|
# IPv6 netstat version
|
||||||
alias netstat6='netstat -A inet6'
|
alias netstat6='netstat -A inet6'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue