diff --git a/fish/config.fish b/fish/config.fish index 2d57e6f..a6dbbaa 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -1,5 +1,6 @@ if status is-interactive # Commands to run in interactive sessions can go here + fastfetch end if test -f /home/linuxbrew/.linuxbrew/bin/brew @@ -42,4 +43,5 @@ end # Enable starship starship init fish | source -fastfetch +# Configure keybindings for fzf +fzf_configure_bindings --variables=\e\cv diff --git a/fish/fish_plugins b/fish/fish_plugins index 6e53b82..3638fbb 100644 --- a/fish/fish_plugins +++ b/fish/fish_plugins @@ -1 +1 @@ -~/Development/antistereov/dotfiles/fish/fish_plugins +patrickf1/fzf.fish