diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-02-04 18:56:51 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-02-04 18:56:51 +0000 |
| commit | 721fd6426c02150221f7f383bb88766cf45db13d (patch) | |
| tree | e36e90955255d4d698bb52442df5b32d2f634722 | |
| parent | 89a0cdbb6f0c0294e640cda08cc1e853f63ca282 (diff) | |
Roemoved unused commented out export lines
| -rw-r--r-- | .kshrc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -68,17 +68,13 @@ PS1="\[\e[1;32m\]\u@\h \[\e[1;34m\]\w\[\e[0m\] \[\e[1;31m\]\$(__get_current_git_ COLORTERM="truecolor" EDITOR="vim" VISUAL="vim" -STARSHIP_CONFIG=~/.config/starship/config.toml BROWSER="qutebrowser" XDG_CONFIG_HOME="$HOME/.config" WEECHAT_HOME="$XDG_CONFIG_HOME/weechat" MOZ_ENABLE_WAYLAND=1 XDG_SESSION_TYPE=wayland GDK_BACKEND=wayland -# export QT_QPA_PLATFORM=wayland -# export XKB_DEFAULT_LAYOUT=us -export LANG="en_US.UTF-8" -# export LC_ALL="en_US.UTF-8" +LANG="en_US.UTF-8" TERMINAL="foot" SAL_USE_VCLPLUGIN=gtk3 # To make Qutebrowser run under FreeBSD Wayland |
