feat(fish): add ms-edit as default editor var
This commit is contained in:
parent
b114961ddf
commit
e40019a0a9
1 changed files with 6 additions and 0 deletions
|
@ -12,3 +12,9 @@ if not string match -q -- $PNPM_HOME $PATH
|
||||||
set -gx PATH "$PNPM_HOME" $PATH
|
set -gx PATH "$PNPM_HOME" $PATH
|
||||||
end
|
end
|
||||||
# pnpm end
|
# pnpm end
|
||||||
|
|
||||||
|
set -gx EDITOR ms-edit
|
||||||
|
set -gx VISUAL ms-edit
|
||||||
|
|
||||||
|
fish_add_path /home/buymymojo/bin
|
||||||
|
fish_add_path /home/buymymojo/.cargo/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue