Browse Source

pcalc => pycalc

pull/1/head
10sr 12 years ago
parent
commit
ce0a08a043
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc View File

@@ -106,7 +106,7 @@ alias rand="echo \$RANDOM"
alias ut="ssh 6365454829@un001.ecc.u-tokyo.ac.jp"
alias xunp="file-roller -h"
alias pc="sudo \paco -D"
alias pcalc="python -i -c 'from math import *' "
alias pycalc="python -i -c 'from math import *' "
alias py3=python3
alias py2=python2
alias _reloadrc="test -f ~/.bashrc && source ~/.bashrc"


Loading…
Cancel
Save