diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-04 19:26:37 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-04 19:26:37 +0000 |
commit | 40795c516a64090ed550554ea0e276092c74eba5 (patch) | |
tree | 15bec451a404ecea3aacdf068427952fa5bbcdfa /fish2024/config.fish | |
parent | bf984979d5ea0c3de2cfde0a8d1d555fdf820f89 (diff) |
Sets EDITOR in fish
Diffstat (limited to '')
-rw-r--r-- | fish2024/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index d714361..d9d67d3 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -1,3 +1,4 @@ if status is-interactive + set -gx EDITOR nvim # Commands to run in interactive sessions can go here end |