From 76c07022f4483f42bebeef85d94460b1f39f1fe0 Mon Sep 17 00:00:00 2001 From: "Andrew P. DeFaria" Date: Thu, 5 Jan 2023 23:46:42 +0000 Subject: [PATCH] Changes for new sandboxes --- rc/git | 2 +- rc/system | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/git b/rc/git index 7e235fe..90d1c21 100644 --- a/rc/git +++ b/rc/git @@ -30,7 +30,7 @@ function in_git_repo { function git () { # Need to reset title since we put the branch name in the titlebar - git=$(which git) + git=$(/usr/bin/which git) if [ "${git:0:3}" != "no " ]; then if [ "$1" = "checkout" -o "$1" = "co" ]; then diff --git a/rc/system b/rc/system index b5b02cd..a87762d 100644 --- a/rc/system +++ b/rc/system @@ -31,7 +31,7 @@ case "$SYSNAME" in SYSNAME="Sandbox Centos" ;; - 10-2-99-106) + 10-2-96-67) SYSNAME="Sandbox AlmaLinux" ;; -- 2.17.1