Quellcode durchsuchen

pcalc => pycalc

pull/1/head
10sr vor 12 Jahren
Ursprung
Commit
ce0a08a043
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Datei anzeigen

@@ -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"


Laden…
Abbrechen
Speichern