Skip to content

Commit

Permalink
modify shell ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendsv committed Mar 17, 2016
1 parent e6728f9 commit 1a3932f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions osx/.profile
Expand Up @@ -3,8 +3,4 @@ then
alias subl3="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
fi

if [ "$(boot2docker status)" = "running" ] ; then
eval "$(boot2docker shellinit)"
fi

alias pubkey="cat ~/.ssh/id_rsa.pub | pbcopy | echo '=> Public key copied to pasteboard.'"
alias pubkey="cat ~/.ssh/id_rsa.pub | pbcopy | echo '=> Public key copied to pasteboard.'"
2 changes: 1 addition & 1 deletion shell/.profile
Expand Up @@ -15,7 +15,7 @@ function parse_git_branch {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/[\1]/'
}

PS1="\[\033[1;32m\]\u\[\033[1;34m\]@\h \[\033[1;33m\]\w\[\033[1;35m\]\$(parse_git_branch)\[\033[00m\] "
PS1="\[\033[1;32m\]\u\[\033[1;34m\]@\h \[\033[1;33m\]\w\[\033[1;35m\]\$(parse_git_branch)\[\033[00m\]\n$ "

ulimit -n 1024

Expand Down

0 comments on commit 1a3932f

Please sign in to comment.