7 lines
111 B
Bash
7 lines
111 B
Bash
#!/bin/sh
|
|
|
|
export \
|
|
TERM="xterm-256color" \
|
|
BROWSER="firefox-hardened" \
|
|
EDITOR="cvim" \
|
|
VISUAL="cvim"
|