From f475ba0d852586623c879d81dd5248760e5417af Mon Sep 17 00:00:00 2001 From: Iam iAGorynT <108758623+iAGorynT@users.noreply.github.com> Date: Sun, 28 Jul 2024 10:28:54 -0500 Subject: [PATCH] Update .zshrc Modified for new Mosh location on Apple Silicon Macs. --- DotFiles/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DotFiles/.zshrc b/DotFiles/.zshrc index 8f6f938..1a4585a 100644 --- a/DotFiles/.zshrc +++ b/DotFiles/.zshrc @@ -105,8 +105,8 @@ alias ncsvr="nc -4 -u -l -v 60013" # Open Port On Mosh Server alias nccli='echo "hello world" | nc -4 -v -u $DEV_IP 60013' # Send Message To Server # Mosh/SSH Local/Remote DevLoc # Note: ~/.zshenv contains DECO_DDNS, DEV_IP -alias moshloc="mosh --server='/usr/local/bin/mosh-server' $USER@$DEV_IP" -alias moshrem="mosh --server='/usr/local/bin/mosh-server' $USER@$DECO_DDNS" +alias moshloc="mosh --server='/opt/homebrew/bin/mosh-server' $USER@$DEV_IP" +alias moshrem="mosh --server='/opt/homebrew/bin/mosh-server' $USER@$DECO_DDNS" alias sshloc="clear; ssh $USER@$DEV_IP" alias sshrem="clear; ssh $USER@$DECO_DDNS" # List Mosh/SSH Alias'