diff options
author | EuAndreh <eu@euandre.org> | 2022-05-12 17:14:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-12 17:14:20 -0300 |
commit | 3c2329d53d0985ea5d5d1cf59b51370ec35ddec2 (patch) | |
tree | 8162b59a80ed255229448cda37bbe43a54f68563 /etc/bash/privrc.sh | |
parent | etc/myrepos/config: Add link to private repo (diff) | |
download | dotfiles-3c2329d53d0985ea5d5d1cf59b51370ec35ddec2.tar.gz dotfiles-3c2329d53d0985ea5d5d1cf59b51370ec35ddec2.tar.xz |
Move symlink to private files to a relative location
To avoid hardcoding both "/home/andreh" and "dev/private/dotfiles".
Diffstat (limited to 'etc/bash/privrc.sh')
l--------- | etc/bash/privrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash/privrc.sh b/etc/bash/privrc.sh index 243a4bd..f946f34 120000 --- a/etc/bash/privrc.sh +++ b/etc/bash/privrc.sh @@ -1 +1 @@ -/home/andreh/dev/private/dotfiles/privrc.sh
\ No newline at end of file +../../var/lib/private/tilde/privrc.sh
\ No newline at end of file |