From b0e3ab4c0165a1b5dfbbc5b5012b8abde72dd431 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 14 Dec 2021 15:18:11 +0100 Subject: [PATCH] removed deprecated PWHOME --- .bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bashrc b/.bashrc index 133e5a4..31619ab 100644 --- a/.bashrc +++ b/.bashrc @@ -19,9 +19,6 @@ type go >/dev/null 2>&1 && export GOPATH=$(go env GOPATH) && export PATH="$PATH" # needed for pw function and gnupg.vim GPG_TTY=$(tty) export GPG_TTY -# shellcheck disable=1090 -export PWHOME="$HOME/Nextcloud/passwords" - if [[ -d "$HOME"/.bash_completions.d ]];then for file in "$HOME"/.bash_completions.d/*.sh;do