diff --git a/whatsdirty/dropshell-tool-config.json b/whatsdirty/dropshell-tool-config.json deleted file mode 100644 index 09cfc0d..0000000 --- a/whatsdirty/dropshell-tool-config.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "aliases": [ - "whatsdirty" - ], - "setup_script": "setup_script.sh" -} \ No newline at end of file diff --git a/whatsdirty/publish.sh b/whatsdirty/publish.sh index c59b021..37a4c36 100755 --- a/whatsdirty/publish.sh +++ b/whatsdirty/publish.sh @@ -10,3 +10,5 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" mkdir -p ${SCRIPT_DIR}/tool cp ${SCRIPT_DIR}/whatsdirty.sh ${SCRIPT_DIR}/tool +ln -s ${SCRIPT_DIR}/tool/whatsdirty.sh ${SCRIPT_DIR}/tool/whatsdirty +