From 305caf398ac1aa4622a66245553ef738a5454823 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 8 Feb 2024 23:43:01 +0100 Subject: [PATCH] update newpass --- .config/nvim | 2 +- .zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim b/.config/nvim index 5277a4b..7de2849 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 5277a4b5ac0e494408a46f4ed7a96bf7a64e8ac3 +Subproject commit 7de28493eb8103c71336144c4a9350002bfdbbb9 diff --git a/.zshrc b/.zshrc index c3cd0fd..8927549 100644 --- a/.zshrc +++ b/.zshrc @@ -47,7 +47,7 @@ function cachekeys () { exec 2>/dev/null; ssh-add ~/.ssh/id_rsa } function newpass() { - LC_ALL=C tr -dc '[:alnum:]' < /dev/urandom | head -c${1:-$0} + LC_ALL=C tr -dc '[:alnum:]' < /dev/urandom | head -c${1:-40} } function condac() { conda activate $@