flamegraphs: Improve the title page
[libguestfs-talks.git] / 2019-fosdem / bashrc
1 # -*- shell-script -*-
2
3 # Colour ls.
4 if [ -f /etc/profile.d/colorls.sh ]; then . /etc/profile.d/colorls.sh; fi
5
6 # Fancy prompt colours (see
7 # https://wiki.archlinux.org/index.php/Color_Bash_Prompt)
8 promptcol='\e[0;32m'      ;# colour for the prompt
9 commandcol='\e[1;31m'     ;# colour for the typed command
10 outputcol='\e[0m'         ;# colour for command output
11
12 export PS1="\n\[$promptcol\]\$ \[$commandcol\]"
13
14 trap 'echo -ne "$outputcol"' DEBUG
15
16 # Load key bindings (if any).
17 bind -f $talkdir/bindings
18
19 echo $title