From 3e94a3e724c36267fa2e4039e3759473c59e8510 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 25 Oct 2014 22:26:54 +0200 Subject: Restructured dotfile repo to take advantage of GNU Stow --- bash/.bashrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bash/.bashrc (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc new file mode 100644 index 0000000..ee01ef2 --- /dev/null +++ b/bash/.bashrc @@ -0,0 +1,13 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +#PS1='[\u@\h \W]\$ ' +PS1='[\d][\t]\u on \h\n\w => ' + +source liquidprompt +archey -- cgit v1.2.3