From 0375431bf28315352ba40065112d86a2342e872b Mon Sep 17 00:00:00 2001 From: nojhan Date: Fri, 4 Jan 2013 11:16:44 +0100 Subject: [PATCH] fix issue #74 by adding an example bashrc --- example.bashrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 example.bashrc diff --git a/example.bashrc b/example.bashrc new file mode 100644 index 0000000..68e501e --- /dev/null +++ b/example.bashrc @@ -0,0 +1,23 @@ + +# if you want to use the liquidprompt without bothering about its configuration, +# just: +# cp example.bashrc ~/.bashrc + +# This part is a minimalist bash config file example + +# Use the system config if any +if [ -f /etc/bashrc ]; then + . /etc/bashrc # --> Read /etc/bashrc, if present. +fi + +# Use bash completion, if installed +if [ -f /etc/bash_completion ]; then + . /etc/bash_completion +fi + +# If you have your own config for the liquid prompt, edit and uncomment this line: +# source /path/to/liquidpromptrc + +# Use the liquidprompt +source ~/.liquidprompt +