Added sys alias
authorAndrew DeFaria <Andrew@DeFaria.com>
Wed, 7 Oct 2020 22:08:43 +0000 (15:08 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Wed, 7 Oct 2020 22:08:43 +0000 (15:08 -0700)
rc/bash_login

index fcfa0a4..798dacf 100644 (file)
@@ -125,6 +125,8 @@ fi
 if [ $ARCHITECTURE = "cygwin" ]; then
   alias ping=$(echo $SYSTEMROOT | tr '\\' '\/')/system32/ping
   alias rdp=mstsc
+else
+  alias sys=systemctl
 fi
 
 # We specify /home/$USER here so that when we sudo to another user