aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-25 10:32:28 -0300
committerEuAndreh <eu@euandre.org>2020-11-25 10:32:28 -0300
commit12263a38c723ca04e7a34e81527758c174b714bc (patch)
tree2ff571efd033af5eb3fdb70837a52b1711e54694 /bash
parentarchive-box.sh: Fix config with SAVE_MEDIA=False (diff)
downloaddotfiles-12263a38c723ca04e7a34e81527758c174b714bc.tar.gz
dotfiles-12263a38c723ca04e7a34e81527758c174b714bc.tar.xz
ps1.sh: Remove colored dollar
Diffstat (limited to 'bash')
-rw-r--r--bash/ps1.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/bash/ps1.sh b/bash/ps1.sh
index 2593e056..ba43cdef 100644
--- a/bash/ps1.sh
+++ b/bash/ps1.sh
@@ -55,9 +55,5 @@ in-nix-shell() {
fi
}
-prompt() {
- purpleb '
+export PS1='`error-marker`'$(timestamp)' '$(path)' `repo-status``guix-env``in-nix-shell`
$ '
-}
-
-export PS1='`error-marker`'$(timestamp)' '$(path)' `repo-status``guix-env``in-nix-shell`'$(prompt)