diff options
author | Mike Beattie <mike@ethernal.org> | 2019-02-03 00:56:34 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2019-02-03 18:26:55 +1300 |
commit | 40c582db6dd6c31f7f91acb633b9b67ddd7f7bf5 (patch) | |
tree | 194ea9d031be78241f663180ce86b361a940a4bd | |
parent | 862c948cedb368b35cb46abb5e83741ab383ad62 (diff) |
ZSH: Add sysu alias: systemd --user
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ alias dir='ls -lhga' alias du='du -h' alias ftp=ncftp alias mtr='mtr --curses' +alias sysu='systemctl --user' alias fixssh='eval $(tmux showenv -s SSH_AUTH_SOCK)' |