We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents facbbc0 + 3074217 commit d887a29Copy full SHA for d887a29
_jupyterhub/custom.sh
@@ -2,4 +2,5 @@ parse_git_branch() {
2
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
3
}
4
export PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\] $ "
5
+chmod 600 ~/.ssh/id_ed25519
6
eval `keychain --eval --agents ssh id_ed25519`
0 commit comments