8a346d3f2fdd4d26e2d0573d85e85c78d0ea000c
[dotfiles-public.git] / local-patch.examples / 005-dotfiles-update-relative.patch
1 --- a/.bashrc.d/90dotfiles
2 +++ b/.bashrc.d/90dotfiles
3 @@ -2,5 +2,5 @@
4  
5  DS="$(which dotfiles.sh)"
6  if [ -n "${DS}" ] && [ -f "${DS}" ] && [ -x "${DS}" ]; then
7 -       "${DS}" --dotfiles-dir ~/src/dotfiles update
8 +       "${DS}" --dotfiles-dir ~/src/dotfiles update --relative
9  fi