From 35f5427ea092cfbdba29c67f92fb9ed0538f7e4a Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 8 Apr 2021 16:45:24 +0530 Subject: added .zprofile, keyBindings and README.md --- .zprofile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .zprofile (limited to '.zprofile') 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 -- cgit v1.2.3