diff options
author | Karel Kočí <cynerd@email.cz> | 2016-10-21 11:30:46 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-10-21 11:30:46 +0200 |
commit | 25b41b0a0d60aed0a7f49fabe79c47b5a354eae7 (patch) | |
tree | c50ac1f7f3c056a0a0567d853221a71eb2c53ac5 /shellrc | |
parent | b65a3c7395af30c49fd7eb7b5fb90d459d8238d0 (diff) | |
parent | 42c30f71f4a2d70faa46d87171606da664a877cb (diff) | |
download | myconfigs-25b41b0a0d60aed0a7f49fabe79c47b5a354eae7.tar.gz myconfigs-25b41b0a0d60aed0a7f49fabe79c47b5a354eae7.tar.bz2 myconfigs-25b41b0a0d60aed0a7f49fabe79c47b5a354eae7.zip |
Merge branch 'master' of git.cynerd.cz:myconfigs
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 |