Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
Modified for new Mosh location on Apple Silicon Macs.
  • Loading branch information
iAGorynT committed Jul 28, 2024
1 parent 4a99461 commit f475ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DotFiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f475ba0

Please sign in to comment.