diff options
author | ThanosApollo <[email protected]> | 2022-08-26 01:17:29 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-26 01:17:29 +0300 |
commit | 318de25b1ce2f4afb574e95261afd13bbc6c18d2 (patch) | |
tree | 6d35efc3859f1ba1d63c090bbe69b590422b1fe0 /.zprofile | |
parent | 1d7a291fddc5d9c58485cece930fa38807fcd6e7 (diff) |
update zsh, add aliases'
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,5 +6,6 @@ if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then fi export EDITOR="emacs" -export TERMINAL="alacriy" +export TERMINAL="alacritty" export BROWSER="usr/bin/qutebrowser" +export QT_QPA_PLATFORMTHEME="qt5ct" |