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
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user