4 lines
156 B
Bash
4 lines
156 B
Bash
typeset -U path
|
|
path=(/usr/bin: /usr/local/bin: /opt/: /usr/share/man:: /usr/share/html:: /usr/share/doc: $path)
|
|
export EDITOR=nano
|
|
export SEATD_VTBOUND 0
|