summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2016-10-07 18:29:18 +0000
committerDavid Phillips <david@sighup.nz>2016-10-07 18:29:18 +0000
commit42ee2ab1fbf5cf5523d636a9cbd8efd4b6d3708c (patch)
treea67a22a4771560efcd20146bdbff1f879ca7cbfa
parent7b7b4b0888f31937e78ff654fb817114808d3507 (diff)
downloaddotfiles-42ee2ab1fbf5cf5523d636a9cbd8efd4b6d3708c.tar.xz
Fix local/bin link
-rwxr-xr-xsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup b/setup
index e63e161..4381bff 100755
--- a/setup
+++ b/setup
@@ -7,4 +7,4 @@ for i in $(find -maxdepth 1 -type f | grep -v $(basename $0)) ; do
done
# extra symlinks
-ln -s "../${PWD/$HOME\//}/local/bin" "$HOME/.local/bin"
+ln -s "../${PWD/$HOME\//}/local/bin" "$HOME/.local/"