diff --git a/bash/.bashrc b/bash/.bashrc index 5cef53b..6133607 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -14,6 +14,8 @@ export MACHINE_START_SWAY=false # Whether to start Sway from bash # Source machine-specific config [[ -f ~/.machine_config ]] && source ~/.machine_config +alias ssh="TERM=xterm-256color ssh" + # SSH without checking or adding host keys to known_hosts # Useful for cloud server rescue environment & installation alias sshtmp="ssh -o 'UserKnownHostsFile /dev/null' -o 'StrictHostKeyChecking no'"