aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..8a1b4fc
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,8 @@
+#
+# ~/.bashrc
+#
+[[ $- != *i* ]] && return
+
+alias ls='ls --color=auto'
+alias grep='grep --color=auto'
+PS1='\033[1;32m\u\033[1;37m@\033[1;32m\h\033[1;37m \033[1;32m\W\033[1;37m> '