From b6247234e2e5003311936a62d7f65bb93eabd45e Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 14 Nov 2024 18:48:36 +0300 Subject: disable fzftab --- rice.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rice.sh') diff --git a/rice.sh b/rice.sh index dbb9d40..7abef22 100755 --- a/rice.sh +++ b/rice.sh @@ -34,10 +34,10 @@ doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.interface font-nam cd "$WORKDIRECTORY" || exit doas -u $PERMUSER git clone https://github.com/zdharma-continuum/fast-syntax-highlighting -doas -u $PERMUSER git clone https://github.com/Aloxaf/fzf-tab +#doas -u $PERMUSER git clone https://github.com/Aloxaf/fzf-tab mkdir -p /usr/share/zsh/plugins cp -rf fast-syntax-highlighting /usr/share/zsh/plugins -cp -rf fzf-tab /usr/share/zsh/plugins +#cp -rf fzf-tab /usr/share/zsh/plugins cd .. rm -rf hyprdots -- cgit v1.2.3