From 32d4f95cbf0121dd9092ff1995b3baa064c00162 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz>
Date: Fri, 2 Sep 2016 17:11:50 +0200
Subject: Add systemd aliases

---
 shellrc | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'shellrc')

diff --git a/shellrc b/shellrc
index ab68f31..eeaae29 100644
--- a/shellrc
+++ b/shellrc
@@ -32,6 +32,12 @@ alias vimp='vim -c "call InitPython()"'
 alias vims='vim -c "call InitBash()"'
 alias i='i3-msg'
 
+# Systemd aliases
+alias sctl='sudo systemctl'
+alias usctl='systemctl --user'
+alias jrn='journalctl'
+alias ujrn='jrn --user'
+
 genpasswd() {
 	local l=$1
 	if [ "$l" = "" ]; then l=16; fi
-- 
cgit v1.2.3