diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |