From f960ed87384e604e8e3f3d519a87ce38a6238a96 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 13 Jan 2020 22:24:52 -0500 Subject: [PATCH] bash: remove PASH_KEYID envvar I don't really want this on every computer I run my bashrc on... --- bash/bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index 0655a11..e4b4d91 100644 --- 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*" -- libgit2 0.28.4