diff options
| author | 2026-06-15 00:55:43 +0100 | |
|---|---|---|
| committer | 2026-06-15 00:55:43 +0100 | |
| commit | 14f5a45a67b2d719e8912c335be8f521e39291fd (patch) | |
| tree | 4f24e7786da9a6edcdc52dade329c4bfe3bdd916 /dot_config | |
| parent | 474ff77a1ec2b02bc0be9b92dc5fc3433ae924a4 (diff) | |
| download | dotfiles-14f5a45a67b2d719e8912c335be8f521e39291fd.tar.gz dotfiles-14f5a45a67b2d719e8912c335be8f521e39291fd.tar.bz2 dotfiles-14f5a45a67b2d719e8912c335be8f521e39291fd.zip | |
Add mosh work VM alias
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/zsh/dot_zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 552d9a5..5edd2ad 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -248,6 +248,7 @@ alias ip="ip -color=auto" alias lsip="ip -human -color=auto --brief address show" alias ipa="ip -stats -details -human -color=auto address show" alias ipecho='curl ipecho.net/plain' +alias mw="mosh --server=/home/swuser/.nix-profile/bin/mosh-server work.wg -- /home/swuser/.nix-profile/bin/zsh -lic 'za'" alias ss='sudo ss -tupnl' # Privilege escalation |
