From c2db257e6c5e63b3b96d63a3e033d0f719743699 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 19 Mar 2014 14:35:42 +0100 Subject: Added dotfiles and Makefile --- .bashrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .bashrc (limited to '.bashrc') diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..a369039 --- /dev/null +++ b/.bashrc @@ -0,0 +1,12 @@ +# +# ~/.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 => ' + +archey -- cgit v1.2.3