dotfiles/shell/profile.d/defaults.sh
2025-09-04 20:50:01 -06:00

7 lines
111 B
Bash

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