aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/config.fish
blob: d9d67d3ca360c19ca8500ff36fb66bb4cdbc5d36 (plain) (blame)
1
2
3
4
if status is-interactive
  set -gx EDITOR nvim
    # Commands to run in interactive sessions can go here
end