aboutsummaryrefslogtreecommitdiff
path: root/.kshrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-04-15 17:42:34 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-04-15 17:42:34 +0100
commit24e801a78ee37869e9c321ede2c3670b3985696a (patch)
tree6b3557c83b3a0a9be5661798629315c702c9143f /.kshrc
parentff7690c57c3fa0d03cc9948ecb4da8e218efcfa6 (diff)
Added TERMINAL variable for foot
Diffstat (limited to '.kshrc')
-rw-r--r--.kshrc1
1 files changed, 1 insertions, 0 deletions
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