diff options
-rwxr-xr-x | install | 2 | ||||
-rw-r--r-- | shellrc | 6 |
2 files changed, 8 insertions, 0 deletions
@@ -48,6 +48,8 @@ inst() { doinst $1 $2 } +# TODO if on archlinux install pkgstats + read -p "Install Bashrc? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst bashrc ~/.bashrc @@ -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 |