From b386781ab5952a9f49c2fe13d902c3fab369bb70 Mon Sep 17 00:00:00 2001 From: MikeG Date: Sun, 28 Apr 2024 08:32:05 -0400 Subject: [PATCH] added alias for systemctl --- .bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_aliases b/.bash_aliases index d2ff1d9..f1fb489 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -4,3 +4,4 @@ alias mountns="sudo mount -t nfs manjarodesktop:/mnt/TerraBeef/NetShare /mnt/man alias sshcloud="ssh -p 1919 emge@95.217.8.112" alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME" alias syncheavy="rsync -azP --no-perms --no-owner --no-group --no-times --delete /home/emge/Development/11ty-projects/heavy-rocks/_site/ emge@95.217.8.112:/var/www/heavy.rocks/" +alias s!="sudo systemctl"