diff options
author | ThanosApollo <[email protected]> | 2022-08-14 17:09:50 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-14 17:09:50 +0300 |
commit | 53f5b74f4b1b7fa2cff27da657c6e405576471cf (patch) | |
tree | 716299fc500cb3880c677e9fbe5e0a17115c7966 /.zprofile | |
parent | ddf06edd4a915b20182eee8002d090aa00552b81 (diff) |
update zsh
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then exec startx fi -export EDITOR="emacsclient" +export EDITOR="emacs" export TERMINAL="alacriy" export BROWSER="usr/bin/qutebrowser" |