X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=43c5087ce3820c54f1af68c0605104679243175f;hb=287a6cfa43d8542ee120a76d24e7ed9929184bc2;hp=ddbfa89e3e77203820589caf391af70d87cb13a8;hpb=305f4e53aba70e6660e927bd26946e338dce6251;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index ddbfa89..43c5087 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -38,7 +38,7 @@ alias tmux='tmux -f ~/.config/tmux/config' set_prompt(){ last_c=$? - PS1='\u@\h' + PS1='\H' [[ $last_c -ge 1 ]] && PS1="($last_c) $PS1" PS1="$PS1\w\$ " }