removed deprecated PWHOME
This commit is contained in:
parent
fcf3420b22
commit
b0e3ab4c01
3
.bashrc
3
.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
|
||||
|
Loading…
Reference in New Issue
Block a user