1 startup_message off |
1 startup_message off |
|
2 |
|
3 # I need to get more comfortable with zsh |
|
4 # shell -/bin/zsh |
2 |
5 |
3 # babun on windows doesn't have utmp, i don't really work in situations |
6 # babun on windows doesn't have utmp, i don't really work in situations |
4 # where not being listed is a concern |
7 # where not being listed is a concern |
5 deflogin off |
8 deflogin off |
|
9 |
|
10 # use xterm scrollbacks |
|
11 termcapinfo xterm* ti@:te@ |
6 |
12 |
7 # pass-through 256-color mode |
13 # pass-through 256-color mode |
8 attrcolor b ".I" |
14 attrcolor b ".I" |
9 termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' |
15 termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' |
10 defbce "on" |
16 defbce "on" |