summaryrefslogtreecommitdiff
path: root/stowdots
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-23 17:49:48 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-23 17:49:48 +0200
commit953895bbf19a6a6d63a99c21bee14fd45bb70c7d (patch)
tree0ccc2a727e9d47cf95fc3a66d127d7ee01912935 /stowdots
parent65d2756936332141fa72caa53eb173f51d1d91fc (diff)
fixed too many levels of symbolic links
Diffstat (limited to 'stowdots')
-rwxr-xr-xstowdots2
1 files changed, 1 insertions, 1 deletions
diff --git a/stowdots b/stowdots
index 5116c73..ad61a27 100755
--- a/stowdots
+++ b/stowdots
@@ -18,7 +18,7 @@ else
read MACH
fi
-ln -sf "$(realpath $0)" "$(realpath $0 | xargs dirname)"/bin/common/stowdots
+ln -sf "$(realpath $0)" $HOME/bin/
cd "$(realpath $0 | xargs dirname)" || exit 1
case "$MACH" in
"desktop" | "d" | "laptop" | "l")