aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-03-19 14:35:42 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-03-19 14:35:42 +0100
commitc2db257e6c5e63b3b96d63a3e033d0f719743699 (patch)
treeaaf1c9c1a297f100fe88adc2567f155ab7bdf010 /.bashrc
parent9489231a06c3a60bd319ada52701b20742dc4bff (diff)
downloaddotfiles-c2db257e6c5e63b3b96d63a3e033d0f719743699.tar.gz
dotfiles-c2db257e6c5e63b3b96d63a3e033d0f719743699.tar.bz2
dotfiles-c2db257e6c5e63b3b96d63a3e033d0f719743699.zip
Added dotfiles and Makefile
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..a369039
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,12 @@
1#
2# ~/.bashrc
3#
4
5# If not running interactively, don't do anything
6[[ $- != *i* ]] && return
7
8alias ls='ls --color=auto'
9#PS1='[\u@\h \W]\$ '
10PS1='[\d][\t]\u on \h\n\w => '
11
12archey