summaryrefslogtreecommitdiff
path: root/src/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/.bashrc')
-rw-r--r--src/.bashrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/.bashrc b/src/.bashrc
index d69cb43..84d78e8 100644
--- a/src/.bashrc
+++ b/src/.bashrc
@@ -9,13 +9,10 @@ export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# Source dotfiles
-source ~/.bashrc_ps1
source ~/.bashrc_alias
# Minimalist PS1: shows last exit, user, current folder
-
-PS1='[\$? \u \W ]\$ '
-
+PS1='[\h \W ]\$ '
# colored GCC warnings and errors
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'