diff options
-rw-r--r-- | .zsh_functions/henkspwgen | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.zsh_functions/henkspwgen b/.zsh_functions/henkspwgen index 584a706..0f6d80c 100644 --- a/.zsh_functions/henkspwgen +++ b/.zsh_functions/henkspwgen @@ -1 +1,2 @@ - echo $( (tr -cd '[:alnum:]' | head -c $1) < /dev/urandom) +PROMPT_EOL_MARK= +(tr -cd '[:alnum:]' | head -c $1) < /dev/urandom |