From c096466c4a6fce2940be62fcc5616c51b94e459c Mon Sep 17 00:00:00 2001 From: Martin Montes Date: Sun, 12 May 2024 12:40:02 +0200 Subject: [PATCH] Updated k9s.sh --- k9s.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k9s.sh b/k9s.sh index 51dd2c0..4fa8fb3 100755 --- a/k9s.sh +++ b/k9s.sh @@ -25,8 +25,8 @@ fi log "Installing k9s..." K9S_CONFIG=${XDG_CONFIG_HOME:="$USER_HOME/.config/k9s"} K9S_CTX=${XDG_DATA_HOME:="$USER_HOME/.local/share/k9s"} -echo "Config folder: $K9S_CONFIG" -echo "Contexts folder: $K9S_CTX" +echo -n "Config folder: $K9S_CONFIG" +echo -n "Contexts folder: $K9S_CTX" function cleanup() { if [ -d "$K9S_CONFIG" ]; then