From 65560e4b22a84b3dea0cb806613214f26086e8af Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Fri, 22 May 2020 17:27:06 -0600 Subject: Fix symlink spacing in k.zsh for realsies this time --- base/zsh/k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') 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 -- cgit v1.2.3-70-g09d2