diff options
author | EuAndreh <eu@euandre.org> | 2022-05-12 21:08:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-12 21:08:59 -0300 |
commit | 78f534b62b8b94b23aa9e73e4c2986d90136c8c6 (patch) | |
tree | 2509fb6bf5fd1b51bf8a85b74b5411a6b3216374 /etc/bash/rc | |
parent | etc/i3status/config: Setup working i3status bar configuration (diff) | |
download | dotfiles-78f534b62b8b94b23aa9e73e4c2986d90136c8c6.tar.gz dotfiles-78f534b62b8b94b23aa9e73e4c2986d90136c8c6.tar.xz |
bin/password: Add executable, a replacement for the genpassword function
Diffstat (limited to 'etc/bash/rc')
-rw-r--r-- | etc/bash/rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/bash/rc b/etc/bash/rc index 96c9312..8588089 100644 --- a/etc/bash/rc +++ b/etc/bash/rc @@ -213,11 +213,6 @@ cm() { -genpassword() { - length="${1-99}" - tr -cd '[:alnum:]' < /dev/urandom | fold -w "$length" | head -n1 -} - deps() { cd ~/dev/libre/package-repository/ || return 1 rm -f public/dependencies.svg |