commit f960ed87384e604e8e3f3d519a87ce38a6238a96 (patch)
parent cec88e90bee57a2de1e9d13d55aa306bb3f15fc8
Author: Alex Karle <alex@karle.co>
Date: Mon, 13 Jan 2020 22:24:52 -0500
bash: remove PASH_KEYID envvar
I don't really want this on every computer I run my bashrc on...
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/bash/bashrc b/bash/bashrc
@@ -25,9 +25,6 @@ shopt -s checkwinsize # check win size after each cmd, update if needed
# Put ~/bin on the path to facilitate personal customizations
export PATH=$HOME/bin:$PATH
-# Setup for pash password manager
-export PASH_KEYID='alex@karle.co'
-
# Custom find function
function ff {
find . -name "*$1*"