summaryrefslogtreecommitdiff
path: root/src/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/.bashrc')
-rw-r--r--src/.bashrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/.bashrc b/src/.bashrc
index 53036bf..d69cb43 100644
--- a/src/.bashrc
+++ b/src/.bashrc
@@ -12,11 +12,18 @@ export LC_ALL=en_US.UTF-8
source ~/.bashrc_ps1
source ~/.bashrc_alias
+# Minimalist PS1: shows last exit, user, current folder
+
+PS1='[\$? \u \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'
# PATH
export PATH=~/bin:$PATH
+export PATH=~/bin/audio-convert:$PATH
+
# Title bar
#echo -ne "\033]0;$(lsb_release -ds) $(hostname) $(uname -r)\007"