From 034e5a52dc94cb2d635efe69c9e4c64a66419795 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 10 May 2024 09:40:02 -0500 Subject: Updates --- profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profile') diff --git a/profile b/profile index 6fffd5b..f7c7e77 100644 --- a/profile +++ b/profile @@ -1,7 +1,7 @@ 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 EDITOR="mg -n" export TERM="linux" export TERMINAL="foot" export GDK_DPI_SCALE="1.5" @@ -11,7 +11,7 @@ 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 de shell" +export PF_INFO="ascii title os editor shell" export PF_ALIGN="7" export PF_COLOR="0" export PATH=${PATH}:~/.local/bin -- cgit v1.2.3