summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-08-13 22:53:50 +0300
committerThanosApollo <[email protected]>2022-08-13 22:53:50 +0300
commit6e146aef023e255bd0f4019d9d5a18b71cab4c86 (patch)
tree7d7492f22457d3a74b22b4557d7b5354ab4e6d4b /.zprofile
parentf04929b368a40849d3ac2714e694566344b3017b (diff)
Add zsh
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile10
1 files changed, 10 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100644
index 0000000..c8c76b4
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,10 @@
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
+ exec startx
+fi
+
+export EDITOR="emacsclient"
+export TERMINAL="alacriy"
+export BROWSER="usr/bin/qutebrowser"