diff options
Diffstat (limited to 'modules/20-zsh/zshrc')
-rw-r--r-- | modules/20-zsh/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/20-zsh/zshrc b/modules/20-zsh/zshrc index 09a5877..9c2543e 100644 --- a/modules/20-zsh/zshrc +++ b/modules/20-zsh/zshrc @@ -140,3 +140,7 @@ fi if [[ -d "$HOME/.deta" ]]; then export PATH="$HOME/.deta/bin:$PATH" fi + +func bottom() { + cat /dev/urandom | env LC_CTYPE=C tr -dc "asdfghjkl;" | fold -w 20 | head -n 1 +} |