diff options
Diffstat (limited to 'configs/install')
-rwxr-xr-x | configs/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/install b/configs/install index d6eb7752180e..ec94036823c5 100755 --- a/configs/install +++ b/configs/install @@ -2,4 +2,4 @@ configs="$BRIEFCASE/configs" -(cd "$configs/shared" && stow --target="$HOME" .) +(cd "$configs" && stow --target="$HOME" .) |