~zethra/dotfiles

64eaa857178991e5a162adbc56806b90ae55740e — Sashanoraa 1 year, 6 months ago dc11769
fzf fix
1 files changed, 1 insertions(+), 5 deletions(-)

M .config/fish/config.fish
M .config/fish/config.fish => .config/fish/config.fish +1 -5
@@ 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