From 2140ab51deed88e90eafebf9520fa5f9995dc7c9 Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:28:05 -0600 Subject: Migrate from stow --- dot_config/fish/config.fish | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dot_config/fish/config.fish (limited to 'dot_config/fish/config.fish') diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish new file mode 100644 index 0000000..0808119 --- /dev/null +++ b/dot_config/fish/config.fish @@ -0,0 +1,9 @@ +if status is-interactive + # Commands to run in interactive sessions can go here + set -g fish_greeting + abbr --add lf lfcd + fzf --fish | source + + # Set fish_key_bindings globally per 4.3 update instructions + set --global fish_key_bindings fish_default_key_bindings +end -- cgit v1.2.3