5 lines
108 B
Bash
5 lines
108 B
Bash
export \
|
|
TERM="xterm-256color" \
|
|
BROWSER="firefox-hardened" \
|
|
EDITOR="nvim" \
|
|
VISUAL="nvim"
|