From 69ccbe77df34eabe6d909bea0aace445ff2ce7e8 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Thu, 9 May 2024 17:10:18 -0500 Subject: Add KSH support --- profile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 profile (limited to 'profile') diff --git a/profile b/profile new file mode 100644 index 0000000..8238f8c --- /dev/null +++ b/profile @@ -0,0 +1,20 @@ +if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer + +export LIBSEAT_BACKEND=logind +export EDITOR="zile" +export TERM="linux" +export TERMINAL="foot" +export GDK_DPI_SCALE="1.5" +export GDK_SCALE="1.5" +export QT_QPA_PLATFORM=wayland-egl +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_ALIGN="7" +export PF_COLOR="0" + +export ENV=$HOME/.kshrc +emacs --daemon +if [ "$(tty)" == "/dev/tty1" ]; then exec dbus-run-session hikari; fi -- cgit v1.2.3