aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/zsh/.zshrc2
-rwxr-xr-xrice.sh4
2 files changed, 2 insertions, 4 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 6e66b3e..a98b25a 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -38,8 +38,6 @@ _comp_options+=(globdots) # Include hidden files.
source "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
-source "/usr/share/zsh/plugins/fzf-tab/fzf-tab.plugin.zsh"
-
lfcd () {
tmp="$(mktemp -uq)"
trap 'rm -f $tmp >/dev/null 2>&1 && trap - HUP INT QUIT TERM PWR EXIT' HUP INT QUIT TERM PWR EXIT
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