aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 16:45:24 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 16:45:24 +0530
commit35f5427ea092cfbdba29c67f92fb9ed0538f7e4a (patch)
tree0b8481374a416ad528611fabb4d2a907e19e5409 /.zprofile
parent6e9091e26593a145e6350a01bad53f26acea75a1 (diff)
added .zprofile, keyBindings and README.md
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile16
1 files changed, 16 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100644
index 0000000..df7308c
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,16 @@
+export EDITOR="nvim"
+export VISUAL="emacs"
+export TERMINAL="st"
+export BROWSER="firefox"
+export READER="zathura"
+export COLORTERM="truecolor"
+export PAGER="vim"
+export WM="xmonad"
+
+export QT_QPA_PLATFORMTHEME=gtk2
+export ZDOTDIR="$HOME/.config/zsh"
+
+startx
+if [[ "$(tty)" = "dev/tty1" ]]; then
+ startx
+fi