summaryrefslogtreecommitdiff
path: root/src/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/.bashrc')
-rw-r--r--src/.bashrc19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/.bashrc b/src/.bashrc
new file mode 100644
index 0000000..2451338
--- /dev/null
+++ b/src/.bashrc
@@ -0,0 +1,19 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+# Source dotfiles
+source ~/.bashrc_ps1
+source ~/.bashrc_alias
+
+# colored GCC warnings and errors
+export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
+
+# PATH
+export PATH=~/bin:$PATH
+
+# Title bar
+#echo -ne "\033]0;$(lsb_release -ds) $(hostname) $(uname -r)\007"