aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc13
1 files changed, 0 insertions, 13 deletions
diff --git a/.bashrc b/.bashrc
deleted file mode 100644
index ee01ef2..0000000
--- a/.bashrc
+++ /dev/null
@@ -1,13 +0,0 @@
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
12source liquidprompt
13archey