aboutsummaryrefslogtreecommitdiff
path: root/pdksh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-15 11:25:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-15 11:25:51 +1200
commit7ccd8a1f133f8699135a49608693a963cdc5efaa (patch)
tree0f8110ebab42b1f375290aa4791dfb488bda73cb /pdksh
parentInstate some actual real zsh configuration (diff)
downloaddotfiles-7ccd8a1f133f8699135a49608693a963cdc5efaa.tar.gz
dotfiles-7ccd8a1f133f8699135a49608693a963cdc5efaa.zip
Remove square brackets around prompt
Just noise
Diffstat (limited to 'pdksh')
-rw-r--r--pdksh/pdkshrc.d/prompt.pdksh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdksh/pdkshrc.d/prompt.pdksh b/pdksh/pdkshrc.d/prompt.pdksh
index c3db782b..4f4986b6 100644
--- a/pdksh/pdkshrc.d/prompt.pdksh
+++ b/pdksh/pdkshrc.d/prompt.pdksh
@@ -17,7 +17,7 @@ prompt() {
on)
# Set up prompt, including optional PROMPT_PREFIX and PROMPT_SUFFIX
# variables
- PS1='[\u@\h:\w]'
+ PS1='\u@\h:\w'
PS1=$PS1'$(prompt vcs)'
PS1=$PS1'$(prompt job)'
PS1='${PROMPT_PREFIX}'$PS1