dotfiles/shell/profile.d/defaults.sh
2025-10-28 20:30:12 -06:00

7 lines
97 B
Bash

#!/bin/sh
export \
TERM="xterm-256color" \
BROWSER="firefox" \
EDITOR="e" \
VISUAL="em"