diff options
author | awy <awy@awy.one> | 2024-11-14 18:48:36 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-14 18:48:36 +0300 |
commit | b6247234e2e5003311936a62d7f65bb93eabd45e (patch) | |
tree | 105daa379692676478363af7998f90654c474acd /rice.sh | |
parent | 188bad3ada009c23ba4dfa3099fa6535b5149ce9 (diff) |
disable fzftab
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |