summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2024-02-11 18:25:51 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2024-02-11 18:25:51 +0100
commit5e42d798fce4cbd51f0a208ee65b34d23feaa217 (patch)
tree7a18ccd9fb482523defcc6092cf55344e4f65b6b /bashrc
parent8a140dc9d399222a46816f67d615bbf9c734f020 (diff)
downloadbin-5e42d798fce4cbd51f0a208ee65b34d23feaa217.zip
bin-5e42d798fce4cbd51f0a208ee65b34d23feaa217.tar.gz
bashrc : restore TERM=xterm-256color
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 82ce142..4a1ffd7 100644
--- a/bashrc
+++ b/bashrc
@@ -26,6 +26,7 @@ export QT_SCALE_FACTOR=1
# ENV
HOME_=$(readlink -f "${HOME%/}")
export PATH=${HOME_}/bin:${PATH#"${HOME_}/bin:"}
+export TERM='xterm-256color'
export EDITOR=nvim
export GEM_HOME="${HOME_}/.gem/ruby/3.0.0"
export PATH=$PATH:$GEM_HOME/bin