diff --git a/.bashrc b/.bashrc index 83ff563..a30e8e1 100644 --- a/.bashrc +++ b/.bashrc @@ -1,3 +1,4 @@ +exit alias v='vim' alias ..='cd ..' alias ...='cd ../..' @@ -33,8 +34,9 @@ fi if [ -f /nfs/homes/tischmid/.config/synth-shell/synth-shell-prompt.sh ] && [ -n "$( echo $- | grep i )" ]; then : # source /nfs/homes/tischmid/.config/synth-shell/synth-shell-prompt.sh - PS1='\[\033[31m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\] \[\033[33m\]\w\[\033[m\]\n$ ' + # PS1='\[\033[31m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\] \[\033[33m\]\w\[\033[m\]\n$ ' fi +PS1='\[\033[31m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\] \[\033[33m\]\w\[\033[m\]\n$ ' ##----------------------------------------------------- ## better-ls