add pw-generation alias

This commit is contained in:
Jakobus Schürz 2023-09-01 22:01:14 +02:00
parent 6474d9f575
commit e9db23f963

View file

@ -21,6 +21,8 @@ alias umountshared='sudo systemctl stop media-remote-sharefs-userdata.mount'
alias musictag='python3 -m music_tag' alias musictag='python3 -m music_tag'
alias nestedwayland='dbus-run-session -- gnome-shell --nested --wayland' alias nestedwayland='dbus-run-session -- gnome-shell --nested --wayland'
alias xo='xdg-open .' alias xo='xdg-open .'
alias pwgeninitial='tr -dc "/1l|Ii\0OL" </dev/urandom | head -c16'