diff options
author | Karel Kočí <karel.koci@nic.cz> | 2016-10-17 10:42:07 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2016-10-17 10:42:07 +0200 |
commit | 45e121066e841e4c6d895c79269dd41a6e88b5cc (patch) | |
tree | 1b377b1845fa23744c70c9ec1ac482e1df8e83bc /shellrc | |
parent | dc3e7767e7bb3f79c32f58ea3f8d7cf5fdd5ed24 (diff) | |
download | myconfigs-45e121066e841e4c6d895c79269dd41a6e88b5cc.tar.gz myconfigs-45e121066e841e4c6d895c79269dd41a6e88b5cc.tar.bz2 myconfigs-45e121066e841e4c6d895c79269dd41a6e88b5cc.zip |
Remove systemd aliases
They are no longer needed.
Diffstat (limited to 'shellrc')
-rw-r--r-- | shellrc | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |