7 lines
74 B
Bash
7 lines
74 B
Bash
TERM=con80x25
|
|
export TERM
|
|
|
|
if [ -f ~/.bashrc ]; then
|
|
source ~/.bashrc
|
|
fi
|