aboutsummaryrefslogtreecommitdiff
path: root/.kshrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-02-24 19:44:56 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-02-24 19:44:56 +0000
commitd223d57f4b2cb49474bf7cc9fc6cdc47bd00932f (patch)
treee9d580ddddd197b2af347c1b9ae9df1f0cde7331 /.kshrc
parent6beb9f4735a1f283c7e6b3681feb85ce4e858218 (diff)
Remove uneeded export
Diffstat (limited to '.kshrc')
-rw-r--r--.kshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.kshrc b/.kshrc
index fb40799..89e9ff1 100644
--- a/.kshrc
+++ b/.kshrc
@@ -46,8 +46,8 @@ __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\] $ "
-export LANG="en_US.UTF-8"
-export LC_ALL="en_US.UTF-8"
+LANG=en_US.UTF-8
+LC_ALL=en_US.UTF-8
# Pager
if _exists less; then