diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-31 10:42:24 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-31 10:42:24 +0530 |
commit | 9417917ed3ef83303d7aaffc3b75c529652e2a90 (patch) | |
tree | c2c2031ec4e725bcdad23d651495df021ab38ee2 /.zprofile | |
parent | 56247f4b961372d73872ce6dfb1a7871037699c8 (diff) |
Switched to lightdm and converted .zprofile into .zshenv and .xprofile
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.zprofile b/.zprofile deleted file mode 100644 index f5dfbf9..0000000 --- a/.zprofile +++ /dev/null @@ -1,18 +0,0 @@ -export EDITOR="nvim" -export VISUAL="emacs" -export TERMINAL="st" -export BROWSER="librewolf" -export READER="zathura" -export COLORTERM="truecolor" -export PAGER="bat" -export WM="xmonad" - -export QT_QPA_PLATFORMTHEME=gtk2 -export ZDOTDIR="$HOME/.config/zsh" - -if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then - /zt/.path/startpage-server & - startx -fi - -[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap |