From 5ba0c6d98003a5b90d504a954698f0dd8009e914 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 23 May 2024 14:37:17 +0200 Subject: [PATCH] addet functionality --- init.zsh | 2 +- roundy-theme.zsh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 roundy-theme.zsh diff --git a/init.zsh b/init.zsh index 511f672..3c81d98 100755 --- a/init.zsh +++ b/init.zsh @@ -53,7 +53,7 @@ elif command -v pfetch >/dev/null 2>&1; then alias clear='command clear && pfetch' alias clearl='command clear && p && l && pwd' else - $ZSH_UPDATE fastfetch + "$ZSH_UPDATE fastfetch" fi # git alias diff --git a/roundy-theme.zsh b/roundy-theme.zsh old mode 100644 new mode 100755