diff options
-rwxr-xr-x | stowdots | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |