5 lines
156 B
Text
5 lines
156 B
Text
|
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
|