From 64eaa857178991e5a162adbc56806b90ae55740e Mon Sep 17 00:00:00 2001 From: Sashanoraa Date: Wed, 8 Mar 2023 10:32:55 -0500 Subject: [PATCH] fzf fix --- .config/fish/config.fish | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 72cd134..67b21db 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -86,10 +86,6 @@ if status is-interactive if [ "$DISTRO" = "fedora" ] source /usr/share/fzf/shell/key-bindings.fish end - if [ "$DISTRO" = "manjaro" ] - source /usr/share/fzf/key-bindings.fish - source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish - end fzf_key_bindings if [ -f /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish ] @@ -109,7 +105,7 @@ function fish_greeting if type -q kitty-img printf '💖 hiya sashanoraa ' kitty-img ~/.config/fish/pfp.png 2>/dev/null - echo welcome to (gethost) "~" 🏳️‍⚧️ + echo ' welcome to (gethost) "~" 🏳️‍⚧️' else echo 💖 hiya sashanoraa welcome to (gethost) "~" 🏳️‍⚧️ end -- 2.45.2