dotfiles/shell/profile.d/defaults.sh
2025-01-04 23:48:12 -06:00

5 lines
108 B
Bash

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