summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2022-06-20 03:33:51 -0500
committerMitsuo Tokumori <[email protected]>2022-06-20 03:33:51 -0500
commita2f86174a02d6ee868088600a2db8acb620f89a7 (patch)
tree1875b8b0d274c7cf234231bba06acff4ae61098b /bashrc
parent66eb0f76c8c63c80bc63b5580b01b2d8026ad6af (diff)
downloaddotfiles-a2f86174a02d6ee868088600a2db8acb620f89a7.tar.gz
dotfiles-a2f86174a02d6ee868088600a2db8acb620f89a7.tar.bz2
dotfiles-a2f86174a02d6ee868088600a2db8acb620f89a7.zip
Add tmux config
tmux config is based on ohmytmux https://github.com/rothgar/awesome-tmux https://github.com/gpakosz/.tmux
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 097a134..0045d60 100644
--- a/bashrc
+++ b/bashrc
@@ -132,6 +132,8 @@ export LESS="-i --RAW-CONTROL-CHARS";
export TLDR_CONFIG_DIR="$XDG_CONFIG_HOME"
# Needed for gpg(1)?
export GPG=TTY=$(tty)
+# Needed for tmux
+export TERM="xterm-256color"
# Bash completition for pandoc
if [ -f /usr/bin/pandoc ]; then