fix org mode dir

This commit is contained in:
Marco Thomas
2021-05-25 10:53:14 +02:00
parent 578827f5fb
commit bc5e5a78b9
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# ============================== Prompt
git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/|\1/'
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/|\1/'
}
HOST="\[\033[0;93m\]\h\[\033[m\]"