From 6e146aef023e255bd0f4019d9d5a18b71cab4c86 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sat, 13 Aug 2022 22:53:50 +0300 Subject: Add zsh --- .zprofile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .zprofile (limited to '.zprofile') 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" -- cgit v1.2.3