diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-10 09:40:02 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-10 09:40:02 -0500 |
commit | 034e5a52dc94cb2d635efe69c9e4c64a66419795 (patch) | |
tree | c7fa214f25a2f93533a44a0c93b55da6a99ce128 /profile | |
parent | 56b873bae6e215a4459372cffbcc45bddb12c5c5 (diff) | |
download | rcm-034e5a52dc94cb2d635efe69c9e4c64a66419795.tar.gz rcm-034e5a52dc94cb2d635efe69c9e4c64a66419795.tar.bz2 rcm-034e5a52dc94cb2d635efe69c9e4c64a66419795.zip |
Updates
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 |