diff --git a/.bin/_config b/.bin/_config index 6e6bc03..95f2f32 100644 --- a/.bin/_config +++ b/.bin/_config @@ -40,13 +40,13 @@ NOTIFY_CMD="notify" # # DEVELOPMENT # -DEVDIRPATH=/home/sdk/.dev +DEVDIRPATH=${HOME}/.dev DEVDIR="$(cat "${DEVDIRPATH}/dir")" # # PIM # -PIMDIR="/home/sdk/pim" +PIMDIR="${HOME}/pim" # # REMOTE diff --git a/.bin/dev-here b/.bin/dev-here index e9c5fda..0cf9b62 100755 --- a/.bin/dev-here +++ b/.bin/dev-here @@ -1,6 +1,5 @@ #!/bin/sh . ~/.bin/_config -doas chown -R sdk ${DEVDIRPATH} set -xe # save dev bookmark