if status is-interactive # Commands to run in interactive sessions can go here end fish_vi_key_bindings function fish_user_key_bindings for mode in insert default visual bind -M $mode \cf forward-char end end alias ha-update='cd $sd; docker compose down homeassistant; docker compose pull homeassistant; docker compose up -d; cd' direnv hook fish | source