diff options
| author | EuAndreh <eu@euandre.org> | 2020-11-25 10:32:28 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-11-25 10:32:28 -0300 |
| commit | 12263a38c723ca04e7a34e81527758c174b714bc (patch) | |
| tree | 2ff571efd033af5eb3fdb70837a52b1711e54694 /bash | |
| parent | archive-box.sh: Fix config with SAVE_MEDIA=False (diff) | |
| download | dotfiles-12263a38c723ca04e7a34e81527758c174b714bc.tar.gz dotfiles-12263a38c723ca04e7a34e81527758c174b714bc.tar.xz | |
ps1.sh: Remove colored dollar
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/ps1.sh | 6 |
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) |
