From 021a7e7fb0de4bd22ead8ca17e53051b8d972f63 Mon Sep 17 00:00:00 2001 From: zoli Date: Mon, 22 Dec 2025 20:32:26 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e76c624..4b1f202 100644 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ echo "alias logs='docker logs -f'" >> ~/.bashrc echo 'eval "$(zoxide init bash)"' >> ~/.bashrc echo "alias cd='z' " >> ~/.bashrc echo "alias ff='fastfetch'" >> ~/.bashrc -echo 'alias rpi="kitty +kitten ssh zoli@192.168.0.9' +echo 'alias rpi="kitty +kitten ssh zoli@192.168.0.9"' >> ~/.bashrc echo "[4/${steps}] Creating Kitty config folders"