This commit is contained in:
David Tomaschik
2026-02-10 10:50:54 -08:00
parent 9a04b847ec
commit 4c9038c33d
4 changed files with 234 additions and 53 deletions

View File

@@ -47,7 +47,7 @@ alias cdgr='cd $(git rev-parse --show-toplevel || echo .)'
alias sshanon="ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no"
# Straight to ipython
alias ipy="ipython3"
alias ipy="ipython3 --no-banner"
# Skip the header on bc
alias bc="command bc -q"