aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
Diffstat (limited to '_profile')
-rw-r--r--_profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/_profile b/_profile
index 7beabfc..72d3c2f 100644
--- a/_profile
+++ b/_profile
@@ -78,6 +78,13 @@ export QT_IM_MODULE="${INPUT_METHOD}"
# Enable the CJK N-gram tokenization algorithm for CJK indexing and search
export XAPIAN_CJK_NGRAM=1
+# Default terminal type to enable more colors
+export TERM="xterm-256color"
+
+export EDITOR="vim"
+export PAGER="less"
+export LESS="--ignore-case --raw-control-chars"
+
## LS colors
if _exists dircolors; then
eval $(dircolors -b)