From 42ee2ab1fbf5cf5523d636a9cbd8efd4b6d3708c Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 7 Oct 2016 18:29:18 +0000 Subject: Fix local/bin link --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" -- cgit v1.1