7 lines
97 B
Bash
7 lines
97 B
Bash
#!/bin/sh
|
|
|
|
export \
|
|
TERM="xterm-256color" \
|
|
BROWSER="firefox" \
|
|
EDITOR="e" \
|
|
VISUAL="em"
|