summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Noll <nnoll523@gmail.com>2020-06-20 19:22:11 -0700
committerNicholas Noll <nnoll523@gmail.com>2020-06-20 19:22:11 -0700
commitfe7a3f08f7dd2a23caa0253fdc603a833ab606c0 (patch)
tree9fd5e8c1e2e60e8ec4c87f16145c099f9dc479b7
parent31d9cb5cfaa17b09f0b3a746cbedb46301a35ed8 (diff)
split up profile and shell
-rw-r--r--.profile21
1 files changed, 21 insertions, 0 deletions
diff --git a/.profile b/.profile
new file mode 100644
index 0000000..693ed53
--- /dev/null
+++ b/.profile
@@ -0,0 +1,21 @@
+# encoding
+export LC_CTYPE=en_US.UTF-8
+
+# paths
+export PATH=~/root/bin:$PATH
+export SHELL=/bin/mksh
+
+export MAILCAPS=~/.config/mutt/mailcap
+export TEXINPUTS=.:/home/nolln/docs//:/usr/share/texmf-dist/tex//
+
+export XDG_DOCUMENTS_DIR="$HOME/docs"
+export XDG_DOWNLOAD_DIR="$HOME/pulls"
+export XDG_PICTURES_DIR="$HOME/media/pics"
+export XDG_VIDEOS_DIR="$HOME/media/vids"
+
+# bins
+export EDITOR=nvim
+export VISUAL=$EDITOR
+export BROWSER=qutebrowser
+export PAGER="less -R"
+export MANWIDTH=80