diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/zsh/k.zsh | 2 |
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 |