3 # Fancy prompt colours (see
4 # https://wiki.archlinux.org/index.php/Color_Bash_Prompt)
5 promptcol='\e[0;32m' ;# colour for the prompt
6 commandcol='\e[1;31m' ;# colour for the typed command
7 outputcol='\e[0m' ;# colour for command output
9 export PS1="\n\[$promptcol\]\$ \[$commandcol\]"
11 trap 'echo -ne "$outputcol"' DEBUG
13 # Load key bindings (if any).
14 bind -f $talkdir/bindings