From c3cd4ba7640207870e951b0b18d2f08d576c9074 Mon Sep 17 00:00:00 2001 From: Stefan Hagen Date: Tue, 6 Dec 2022 18:16:44 +0100 Subject: [PATCH] Update 2022-12-06 18:16 Linux/x86_64 --- .bin/_config | 4 ++-- .bin/dev-here | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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