From: Andrew DeFaria Date: Wed, 7 Oct 2020 22:08:43 +0000 (-0700) Subject: Added sys alias X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=c23f4dd59b57b338f282d419c0e5cc0f22e7e373;hp=c306d851aa0738fe537b5cdac9bd27c9f5330f29;p=clearscm.git Added sys alias --- diff --git a/rc/bash_login b/rc/bash_login index fcfa0a4..798dacf 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -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