Move profile envvars to separate files categorized by topic

This commit is contained in:
Ohad Livne 2025-07-11 00:30:47 +03:00
parent bbdbee094c
commit 2ed6f73532
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
7 changed files with 27 additions and 11 deletions

View file

@ -0,0 +1,5 @@
# keep-sorted start
export EDITOR="emacsclient --create-frame --no-window-system"
export SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system"
export VISUAL="emacsclient --create-frame --no-window-system"
# keep-sorted end