virt-v2v 2024: Replace pull quote images
[libguestfs-talks.git] / 2013-kvm-forum / bashrc
blob4c6a3c698f6a083e373874bddd5e52741c98021a
1 # -*- shell-script -*-
3 # Colour ls.
4 if [ -f /etc/profile.d/colorls.sh ]; then . /etc/profile.d/colorls.sh; fi
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
12 export PS1="\n\[$promptcol\]\$ \[$commandcol\]"
14 trap 'echo -ne "$outputcol"' DEBUG
16 # Load key bindings (if any).
17 bind -f $talkdir/bindings