From 5da668305bda80255f54c6c00c40d4f9109f19c3 Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 14 Apr 2022 17:05:47 +0000 Subject: [PATCH] Update '.ssh_bash_profile' --- .ssh_bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.ssh_bash_profile b/.ssh_bash_profile index 6539b1a..72b92cd 100644 --- a/.ssh_bash_profile +++ b/.ssh_bash_profile @@ -1,4 +1,5 @@ alias s="systemctl" +alias j="journalctl" alias sudo="sudo " alias gstatus="git status" alias gitadd="git add -A"