diff options
author | David Runge <dave@sleepmap.de> | 2023-02-02 17:15:15 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-02-02 17:15:15 +0100 |
commit | c0a049b9a6dacea09f3c5a46da12ad5fcb8a1477 (patch) | |
tree | f910b995d9efe2a6f1d2cf5daece8881ba063592 /.password-store | |
parent | 6d00f7b47614063981e244410694c886caca82f0 (diff) | |
download | dotfiles-c0a049b9a6dacea09f3c5a46da12ad5fcb8a1477.tar.gz dotfiles-c0a049b9a6dacea09f3c5a46da12ad5fcb8a1477.tar.bz2 dotfiles-c0a049b9a6dacea09f3c5a46da12ad5fcb8a1477.tar.xz dotfiles-c0a049b9a6dacea09f3c5a46da12ad5fcb8a1477.zip |
pass: Add compatibility symlink
Symlink .password-store to the default password store used by gopass.
Diffstat (limited to '.password-store')
l--------- | .password-store | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.password-store b/.password-store new file mode 120000 index 0000000..20a9105 --- /dev/null +++ b/.password-store @@ -0,0 +1 @@ +/home/dave/.local/state/gopass/default
\ No newline at end of file |