home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 25 Aug 2025 21:00:21 +0000 (23:00 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 25 Aug 2025 21:00:21 +0000 (23:00 +0200)
trixie/copy/all/home/plom/.bashrc
trixie/copy/desktop/home/plom/.local/bin/make_secrets

index d3279cdebd837394a2ef1771eb50b3ded6768584..f9da9b006ff34a987792320f1b2f2fa3078a4c0a 100644 (file)
@@ -4,6 +4,9 @@
 export VISUAL=vim
 export EDITOR="${VISUAL}"
 
+# Have color!
+export COLORTERM=truecolor
+
 # Some helpful aliases.
 alias ls="ls --color=auto"
 
index f3a5fe99ad7c6df73b36f11d2cb6beab8f9ac9e6..8a942a834607fe26c6cc6806d0d6dd8a5c74a24d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
-
-cd $(dirname "$0")
+ROOT=$(dirname "$0")
+cd "${ROOT}"
 . lib/abort_if_exists.sh
 . lib/constants_borg.sh  # NAME_BORGAPP, PATH_BORG_CONF
 . lib/constants_secrets.sh  # PATH_REL_SECRETS, PATH_SECRETS, PATH_SECRETS_BORGKEYS, PATH_SECRETS_KDBX, PATH_USER_KDBX