config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit be1b06daccea042b721c5c1ba64bbcc9c274ab81
parent 8cc21c0e4cc6c76f45c4ff1d6834cbc34c342c53
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Sun, 16 Aug 2020 00:02:00 -0700

Move passwords to ~/.local/var

Diffstat:
Mprofile/.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profile/.profile b/profile/.profile @@ -18,7 +18,7 @@ export CARGO_HOME="$HOME/.local/lib/cargo" export HISTBASE="$HOME/.local/var" export TMPDIR="/tmp" export INPUTRC="$XDG_CONFIG_HOME/readline" -export PASSWORD_STORE_DIR="$HOME/own/passwords" +export PASSWORD_STORE_DIR="$HOME/.local/var/pass" # PATH PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:$PATH