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 | |
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.
-rw-r--r-- | .gitignore | 1 | ||||
l--------- | .password-store | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -432,7 +432,6 @@ tags .openshot_qt/ .p7zip .parallel/ -.password-store/ .pdextended .pdfedit/ .pdirc 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 |