Different prompt colours according to the number of supported colours.
[profile.git] / .inputrc
1 # $Id$
2
3 $include /etc/inputrc
4
5 set editing-mode vi
6 set meta-flag on
7 set input-meta on
8 set convert-meta off
9 set output-meta on
10 set bell-style none
11 set show-all-if-ambiguous on
12 set completion-ignore-case off
13 set mark-symlinked-directories on
14
15 \C-l: clear-screen