summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-01-05 15:09:33 +0400
committerAndrew <saintruler@gmail.com>2021-01-05 15:09:33 +0400
commitca984cb4aafda705d7f17c2f6e2c48fae99a6eca (patch)
treeaff1d3a5298ca7a8b16a11afd9b9f4f314f2e2d8
parente2d8b4838a5dc61af3492a381951af51663a7ea6 (diff)
Added xterm-256color variable
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index bd8f192..90d2d92 100644
--- a/.bashrc
+++ b/.bashrc
@@ -28,3 +28,4 @@ fzf_cd() {
bind '"\C-f":"fzf_cd\n"'
export PS1="\A \u@\h:\w >\[$(tput sgr0)\] "
+export TERM="xterm-256color"