Update submodules; aliases

This commit is contained in:
David Tomaschik
2025-05-30 13:42:14 -07:00
parent f6d7f22a77
commit 83b7adf1ca
6 changed files with 6 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ alias gettemp='printf "%02.2f\n" "$(cat /sys/class/thermal/thermal_zone0/temp)e-
# get git working directory # get git working directory
alias gitroot="git rev-parse --show-toplevel" alias gitroot="git rev-parse --show-toplevel"
alias cdgr='cd $(git rev-parse --show-toplevel || echo .)'
# SSH without host key checking # SSH without host key checking
alias sshanon="ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no" alias sshanon="ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no"