summaryrefslogtreecommitdiff
path: root/config/essentials/zsh
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-06-16 16:16:11 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-06-16 16:16:11 +0200
commit2dab2233ef9cb54a3878e0120016d542045c7ee8 (patch)
tree13f3f086adbe5edca4b0c6d3527bd040a50f627a /config/essentials/zsh
parent2a9d0908651ac236855fa515e14a83bada3ad7f9 (diff)
checkpoint
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r--config/essentials/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index 545f9cc..6bd948a 100644
--- a/config/essentials/zsh/.zshrc
+++ b/config/essentials/zsh/.zshrc
@@ -58,7 +58,7 @@ fi
# Add nnn shell level to prompt
-[ -n "$NNNLVL" ] && PS1="N$NNNLVL $PS1"
+[ -n "$NNNLVL" ] && PS1="N$NNNLVL$PS1"
# cd on nnn quiting
nnn_cd ()