12 lines
213 B
Bash
Executable File
12 lines
213 B
Bash
Executable File
#bash environment setup
|
|
#LESS=-MM
|
|
#alias more=less
|
|
ignoreeof=0
|
|
export TERM PS1 ignoreeof
|
|
alias which='type -path'
|
|
alias ls='ls -AF'
|
|
|
|
PS1=`hostname`'# '
|
|
|
|
PATH=/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/TeX/bin
|