diff options
author | ThanosApollo <[email protected]> | 2022-09-01 11:54:42 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-01 11:54:42 +0300 |
commit | b6081a5f3799de9c6223cb66470a165408bf989f (patch) | |
tree | e224ea215596b22750a356863947f32a2bd28907 /.zprofile | |
parent | 95853bb603efacc9890f2b86bd28b0377e448ee5 (diff) |
update zprofile
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,10 +1,3 @@ - -[[ -f ~/.bashrc ]] && . ~/.bashrc - -if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then - exec startx -fi - export EDITOR="emacs" export TERMINAL="alacritty" export BROWSER="usr/bin/qutebrowser" |