diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-21 14:40:34 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-21 14:40:34 +0530 |
commit | 380c6dd989af9f2af999afa52ae1c7c4798af8f3 (patch) | |
tree | 0ba803c64845f5e4bb8514e29014023119564757 /.zprofile | |
parent | fd98b1d6671858a2a725634c82d6907ec25771ea (diff) |
pushing dotfiles from home directory
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..c444b1e --- /dev/null +++ b/.zprofile @@ -0,0 +1,8 @@ +export EDITOR="nvim" +export TERMINAL="st" +export BROWSER="firefox" + +export QT_QPA_PLATFORMTHEME=gtk2 +export ZDOTDIR="$HOME/.config/zsh" + +startx |