aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorKyle Javier2021-09-18 06:49:48 -0400
committerKyle Javier2021-09-18 06:49:48 -0400
commit27fe575611560277597878a14faa3f63745cdafd (patch)
treea63f2e56f669965a000e8e9d8b9eaf664cfd81a1 /.bashrc
parentc31a15b6848dc78b516fdd1f65add18481dd9c83 (diff)
legit first commit
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..a355b0c
--- /dev/null
+++ b/.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]\$ '