Skip to content

Commit

Permalink
zsh: p2/p3 alias for ipython in Python2/3
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Mar 24, 2015
1 parent aac08d4 commit b270d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zshrc
Expand Up @@ -23,7 +23,8 @@ fi
alias la='ls -la'
alias lh='ls -lh'
alias ll='ls -l'
alias p='/usr/bin/env python $(which ipython)'
alias p2='/usr/bin/env python2 $(which ipython)'
alias p3='/usr/bin/env python3 $(which ipython)'
alias generate_passwords='base64 -b20 /dev/random |grep -Ev "[+/]" |head -n7'

alias 'find-py'='find . -name \*.py -print0 |xargs -0 '
Expand Down

0 comments on commit b270d50

Please sign in to comment.