dotfiles/shell/profile.d/defaults.sh
2025-09-09 00:23:03 -06:00

7 lines
102 B
Bash

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