~charles/dotfiles

e88ddfe603c471a92c1086c047d1bbf81c42d76e — Charles A. Daniels 1 year, 8 months ago da3653b
disable alacritty fix when running under SSH
1 files changed, 4 insertions(+), 1 deletions(-)

M modules/shell-configs/overlay/.bashrc
M modules/shell-configs/overlay/.bashrc => modules/shell-configs/overlay/.bashrc +4 -1
@@ 18,4 18,7 @@ fi

# Stop alacritty from bouncing on macOS
# see: https://github.com/alacritty/alacritty/issues/2950#issuecomment-706610878
printf "\e[?1042l"
if [ -z "$SSH_CLIENT" ] ; then
	# This has to be disabled during SSH because otherwise it breaks rsync.
	printf "\e[?1042l"
fi