aboutsummaryrefslogtreecommitdiff
path: root/root/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'root/.profile')
-rw-r--r--root/.profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/root/.profile b/root/.profile
new file mode 100644
index 0000000..bb0f394
--- /dev/null
+++ b/root/.profile
@@ -0,0 +1,10 @@
+export LANG=en_US.UTF-8
+export TERMINAL=foot
+export EDITOR="nvim"
+export PAGER="less -R -j.5"
+export MANPAGER='nvim +Man!'
+export MANWIDTH=80
+
+export LESSHISTFILE="-"
+export ZDOTDIR="$HOME/.config/zsh"
+export INPUTRC="$HOME/.config/zsh/inputrc"