dotfiles/shell/profile.d/defaults.sh
2025-07-05 14:20:49 -06:00

5 lines
108 B
Bash

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