Maxima rlwarp
This commit is contained in:
@@ -142,7 +142,13 @@ fi
|
||||
export VISUAL="${EDITOR}"
|
||||
|
||||
# Make SBCL *slightly* less frustrating to use on the command line
|
||||
alias sbcl='rlwrap -pblue -q "\"" sbcl'
|
||||
if cmd_exists sbcl; then
|
||||
alias sbcl='rlwrap -pblue -q "\"" sbcl'
|
||||
fi
|
||||
# Maxima too
|
||||
if cmd_exists maxima; then
|
||||
alias maxima='rlwrap -pblue -q "\"" maxima'
|
||||
fi
|
||||
|
||||
# Safer file functions
|
||||
alias cp="cp -i"
|
||||
|
||||
Reference in New Issue
Block a user