From 24e801a78ee37869e9c321ede2c3670b3985696a Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 15 Apr 2026 17:42:34 +0100 Subject: Added TERMINAL variable for foot --- .kshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.kshrc b/.kshrc index 8cfbc2c..8434b36 100644 --- a/.kshrc +++ b/.kshrc @@ -55,6 +55,7 @@ __get_current_git_branch_name() { # Set prompt: ``username@hostname directory $ '' PS1="\[\e[1;32m\]\u@\h \[\e[1;34m\]\w\[\e[0m\] \[\e[1;31m\]\$(__get_current_git_branch_name)\[\e[0m\] $ " +TERMINAL="foot" LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 -- cgit v1.2.3