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