David Blume commited on 2016-03-30 23:31:51 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -4,7 +4,7 @@ if [[ $(uname -s) != Darwin* ]] && [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
-export PS1="\W\$ "
+export PS1="\h:\W\$ "
add_to_path() {
if [ -d "$1" ] && [[ ! $PATH =~ (^|:)$1(:|$) ]]; then