diff options
author | Anthony Wang | 2024-02-13 16:57:43 -0500 |
---|---|---|
committer | Anthony Wang | 2024-02-13 16:57:43 -0500 |
commit | b2d4a6e496370c852b27e007f9e1109fb0a2a3ec (patch) | |
tree | 837e712115480830f1b21103bf8e4941f184d13b /fish | |
parent | d0d26844a2e99c815401e7d3995dd48d692f22db (diff) |
Set EDITOR in config.fish, use system-installed ssh-agent.service
Diffstat (limited to 'fish')
-rw-r--r-- | fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish index cbf380a..4073c35 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -2,6 +2,7 @@ if status is-interactive # Commands to run in interactive sessions can go here end +set -gx EDITOR micro abbr -a -- l la abbr -a -- m micro abbr -a -- g git |