diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-03-15 22:44:16 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-03-15 22:44:16 +0200 |
| commit | 286b6a69b56a93e0fc8ff3c0c83b1328f44ed560 (patch) | |
| tree | 6fb011e5c7c41c243b2b96185311116869524c8f /.config/zsh/user/aliases.zsh | |
| parent | cccadf6be0f8c62034983067c0188c63fe74a44d (diff) | |
| download | dotfiles-286b6a69b56a93e0fc8ff3c0c83b1328f44ed560.tar.gz dotfiles-286b6a69b56a93e0fc8ff3c0c83b1328f44ed560.zip | |
Add nomachine alias
Diffstat (limited to '.config/zsh/user/aliases.zsh')
| -rw-r--r-- | .config/zsh/user/aliases.zsh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/zsh/user/aliases.zsh b/.config/zsh/user/aliases.zsh index 48ea618..4c08fc9 100644 --- a/.config/zsh/user/aliases.zsh +++ b/.config/zsh/user/aliases.zsh @@ -81,5 +81,6 @@ alias src='source ~/.zshrc' alias p=proxy alias cheat='~/.scripts/cheat.sh ~/documents/notes/cheatsheets' -# Alias for android-studio -alias android-studio='/opt/android-studio/bin/studio.sh' + +alias android-studio='/opt/android-studio/bin/studio.sh' # android-studio +alias nomachine='/usr/NX/bin/nxplayer' # nomachine |
