2024-10-21 20:46:27 +03:00
|
|
|
set fish_greeting
|
|
|
|
if status is-interactive
|
|
|
|
# Commands to run in interactive sessions can go here
|
|
|
|
end
|
|
|
|
|
2024-10-21 21:27:25 +03:00
|
|
|
set -gx EDITOR nvim
|
2024-10-22 17:55:26 +03:00
|
|
|
|
|
|
|
fx --comp fish | source
|
|
|
|
|
|
|
|
zoxide init fish | source
|
|
|
|
|
|
|
|
fzf --fish | source
|
2024-11-02 22:35:53 +02:00
|
|
|
|
|
|
|
syncthing install-completions | source
|