summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2023-10-15 17:34:40 +0200
committerTom Barrett <tom@tombarrett.xyz>2023-10-15 17:34:40 +0200
commit954164b9d415b602b370b8abdbdbf37b422929df (patch)
treef1013ecaf8d98e02884ffe7d96f8ee78a6210e07 /.zshrc
parent12bc93369b2c518b3545a367bdb8088145c8956f (diff)
tell to use xterm, nixos updateHEADmaster
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index f392055..444c9fa 100644
--- a/.zshrc
+++ b/.zshrc
@@ -18,6 +18,7 @@ export path=(
)
export EDITOR=vim
export BROWSER=firefox
+export TERM=xterm
autoload -Uz compinit
compinit