removed deprecated PWHOME

This commit is contained in:
Jonas Forsberg 2021-12-14 15:18:11 +01:00
parent fcf3420b22
commit b0e3ab4c01
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -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