aboutsummaryrefslogtreecommitdiff
path: root/etc/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-12 21:08:35 -0300
committerEuAndreh <eu@euandre.org>2022-05-12 21:08:59 -0300
commit78f534b62b8b94b23aa9e73e4c2986d90136c8c6 (patch)
tree2509fb6bf5fd1b51bf8a85b74b5411a6b3216374 /etc/bash
parentetc/i3status/config: Setup working i3status bar configuration (diff)
downloaddotfiles-78f534b62b8b94b23aa9e73e4c2986d90136c8c6.tar.gz
dotfiles-78f534b62b8b94b23aa9e73e4c2986d90136c8c6.tar.xz
bin/password: Add executable, a replacement for the genpassword function
Diffstat (limited to 'etc/bash')
-rw-r--r--etc/bash/rc5
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