feat(fish): update fzf keybindings and only run fastfetch in interactive mode
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
|
fastfetch
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -f /home/linuxbrew/.linuxbrew/bin/brew
|
if test -f /home/linuxbrew/.linuxbrew/bin/brew
|
||||||
@@ -42,4 +43,5 @@ end
|
|||||||
# Enable starship
|
# Enable starship
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
|
|
||||||
fastfetch
|
# Configure keybindings for fzf
|
||||||
|
fzf_configure_bindings --variables=\e\cv
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
~/Development/antistereov/dotfiles/fish/fish_plugins
|
patrickf1/fzf.fish
|
||||||
|
|||||||
Reference in New Issue
Block a user