summaryrefslogtreecommitdiff
path: root/~lukeshu/bash/dot.bashrc
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-04-29 18:07:55 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-04-29 18:07:55 -0400
commit2369e57476d39562144be94e2d480e188ffdf795 (patch)
tree1d48aeccd7c4a6f3ed1124ca496aba9fe8b229ea /~lukeshu/bash/dot.bashrc
parentb065f86475beb75d4ccfdea6b460a55037e7b509 (diff)
downloadabslibre-2369e57476d39562144be94e2d480e188ffdf795.tar.gz
abslibre-2369e57476d39562144be94e2d480e188ffdf795.tar.bz2
abslibre-2369e57476d39562144be94e2d480e188ffdf795.zip
~lukeshu/bash: copy core/bash
Diffstat (limited to '~lukeshu/bash/dot.bashrc')
-rw-r--r--~lukeshu/bash/dot.bashrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/~lukeshu/bash/dot.bashrc b/~lukeshu/bash/dot.bashrc
new file mode 100644
index 000000000..a355b0cd3
--- /dev/null
+++ b/~lukeshu/bash/dot.bashrc
@@ -0,0 +1,9 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+alias ls='ls --color=auto'
+PS1='[\u@\h \W]\$ '