dotfiles/shell/profile.d/defaults.sh
2025-01-30 08:10:10 -06:00

5 lines
108 B
Bash

export \
TERM="xterm-256color" \
BROWSER="firefox-hardened" \
EDITOR="lvim" \
VISUAL="lvim"