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"