diff options
Diffstat (limited to 'dot_config/fish/config.fish')
| -rw-r--r-- | dot_config/fish/config.fish | 9 |
1 files changed, 9 insertions, 0 deletions
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 |