aboutsummaryrefslogtreecommitdiff
path: root/mkshrc
diff options
context:
space:
mode:
Diffstat (limited to 'mkshrc')
-rw-r--r--mkshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkshrc b/mkshrc
index 6decdf8..8674cfb 100644
--- a/mkshrc
+++ b/mkshrc
@@ -38,6 +38,11 @@ setaliases() {
# Fun fact, Gnucash doesn't play nice when built against musl as a libc...
# go figure
alias gnucash_locale_fix='export LC_ALL=C; unset LANGUAGE; gnucash'
+ pwgenForBanks() {
+ set -x
+ pwgen -r '[-#{};[:"'"'"'^()?><.|\/,`=]' -ncsy "$@"
+ set +x
+ }
if [ "$(uname)" = "Linux" ] ; then
# Sets capslock to be another control key, only works with PS2 keyboards