diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,10 +11,11 @@ export MOZ_ENABLE_WAYLAND="1" export XCURSOR_SIZE="32" export XDG_CURRENT_DESKTOP="wlroots" export XDG_SESSION_TYPE="wayland" -export PF_INFO="ascii title os pkgs shell" +export PF_INFO="ascii title os de shell" export PF_ALIGN="7" export PF_COLOR="0" - +export PATH=${PATH}:~/.local/bin export ENV=$HOME/.kshrc +eval "$(direnv export bash)" emacs --daemon if [ "$(tty)" == "/dev/tty1" ]; then exec dbus-run-session hikari; fi |