From 999c6e3df80d2a2805c32d0e83403c2e11114176 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Wed, 14 Feb 2024 11:08:37 +0100 Subject: [PATCH] Update 2024-02-14 11:08 Darwin/arm64-GH2T6W9K6H --- .bin/conf | 2 +- .kshrc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bin/conf b/.bin/conf index d638c19..ef480c2 100755 --- a/.bin/conf +++ b/.bin/conf @@ -1,2 +1,2 @@ #!/bin/sh -git --git-dir=~/.cfg/ --work-tree=~ "$@" +git --git-dir=${HOME}/.cfg/ --work-tree=${HOME} "$@" diff --git a/.kshrc b/.kshrc index c905085..71054a8 100644 --- a/.kshrc +++ b/.kshrc @@ -13,7 +13,8 @@ PATH=~/.bin\ :/usr/local/bin\ :/usr/local/sbin\ :/usr/X11R6/bin\ -:/usr/ports/infrastructure/bin +:/usr/ports/infrastructure/bin\ +:/opt/homebrew/bin export PATH ### LANGUAGE