aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc')
-rw-r--r--shellrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/shellrc b/shellrc
index c497a93..c112183 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