diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-15 17:42:34 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-15 17:42:34 +0100 |
| commit | 24e801a78ee37869e9c321ede2c3670b3985696a (patch) | |
| tree | 6b3557c83b3a0a9be5661798629315c702c9143f /.kshrc | |
| parent | ff7690c57c3fa0d03cc9948ecb4da8e218efcfa6 (diff) | |
Added TERMINAL variable for foot
Diffstat (limited to '.kshrc')
| -rw-r--r-- | .kshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
