summaryrefslogtreecommitdiff
path: root/.zsh_functions/henks_pwgen
diff options
context:
space:
mode:
Diffstat (limited to '.zsh_functions/henks_pwgen')
-rw-r--r--.zsh_functions/henks_pwgen2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh_functions/henks_pwgen b/.zsh_functions/henks_pwgen
new file mode 100644
index 0000000..0f6d80c
--- /dev/null
+++ b/.zsh_functions/henks_pwgen
@@ -0,0 +1,2 @@
+PROMPT_EOL_MARK=
+(tr -cd '[:alnum:]' | head -c $1) < /dev/urandom