flamegraphs: Improve the title page
[libguestfs-talks.git] / 2012-fosdem / bashrc
1 # -*- shell-script -*-
2
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
8
9 export PS1="\n\[$promptcol\]\$ \[$commandcol\]"
10
11 trap 'echo -ne "$outputcol"' DEBUG
12
13 # Load key bindings (if any).
14 bind -f $talkdir/bindings