aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/zsh/k.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/zsh/k.zsh b/base/zsh/k.zsh
index 9b63423..6e2e2bd 100644
--- a/base/zsh/k.zsh
+++ b/base/zsh/k.zsh
@@ -581,7 +581,7 @@ k () {
# --------------------------------------------------------------------------
# Format symlink target
# --------------------------------------------------------------------------
- if [[ -n $SYMLINK_TARGET ]]; then SYMLINK_TARGET="-> ${SYMLINK_TARGET//$'\e'/\\e}"; fi
+ if [[ -n $SYMLINK_TARGET ]]; then SYMLINK_TARGET=" -> ${SYMLINK_TARGET//$'\e'/\\e}"; fi
# --------------------------------------------------------------------------
# Display final result