aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2016-10-17 10:42:07 +0200
committerKarel Kočí <karel.koci@nic.cz>2016-10-17 10:42:07 +0200
commit45e121066e841e4c6d895c79269dd41a6e88b5cc (patch)
tree1b377b1845fa23744c70c9ec1ac482e1df8e83bc
parentdc3e7767e7bb3f79c32f58ea3f8d7cf5fdd5ed24 (diff)
downloadmyconfigs-45e121066e841e4c6d895c79269dd41a6e88b5cc.tar.gz
myconfigs-45e121066e841e4c6d895c79269dd41a6e88b5cc.tar.bz2
myconfigs-45e121066e841e4c6d895c79269dd41a6e88b5cc.zip
Remove systemd aliases
They are no longer needed.
-rw-r--r--shellrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/shellrc b/shellrc
index 0f84d26..6b2a11c 100644
--- a/shellrc
+++ b/shellrc
@@ -32,12 +32,6 @@ alias gst='git status'
alias v='vim'
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