summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..305e787
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,14 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+alias ls='ls --color=auto'
+PS1='[\u@\h \W]\$ '
+# >>>>BEGIN ADDED BY CNCHI INSTALLER<<<< #
+BROWSER=/usr/bin/chromium
+EDITOR=/usr/bin/nano
+# >>>>>END ADDED BY CNCHI INSTALLER<<<<< #
+#Test