summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2016-12-23 00:02:43 +0200
committerYuval Adam <_@yuv.al>2016-12-23 00:02:43 +0200
commitb45edaf48df4cf07395550d330e4d61b335dd15b (patch)
treebf153f5ac44e54598b728c089df944e9312be6e1
parent8e615cb1439045e3bffe92943dc3bbc6a38f2051 (diff)
Add .bashrc
-rw-r--r--.bashrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..f4845b0
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,10 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+alias ls='ls --color=auto'
+alias ll='ls -la'
+PS1='[\u@\h \W]\$ '