1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-06-01 20:09:13 +02:00

Hide submodules in root directory

This commit is contained in:
Eric Teunis de Boone 2020-04-14 17:00:41 +02:00
parent 37f41402ab
commit 07389ae819
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# Enable password-storage and its bash completion
PASSDIR="${DOTFILES}/password-store"
PASSDIR="${DOTFILES}/.password-store"
# Only do this when the submodule is loaded
if [ -d "${PASSDIR}/src" ]; then