fish: add inshellisense

This commit is contained in:
Jozef Steinhübl 2024-09-21 18:14:02 +02:00
parent 9f5692e46c
commit 07b6cedee1
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 9 additions and 5 deletions

View file

@ -8,3 +8,12 @@ fish_add_path -g ~/.bun/bin ~/.local/bin ~/go/bin ~/.wakatime ~/.rbenv/shims ~/.
# Added by `rbenv init` on Tue 27 Aug 15:42:29 CEST 2024
status --is-interactive; and rbenv init - --no-rehash fish | source
# ---------------- inshellisense shell plugin ----------------
if test -z "$ISTERM" && status --is-interactive
if status --is-login
is -s fish --login ; kill %self
else
is -s fish ; kill %self
end
end

View file

@ -51,11 +51,6 @@
},
"format_on_save": "on"
}
},
"formatter": {
"code_actions": {
"source.fixAll.eslint": true
}
}
// The following settings have been changed from the upstream defaults to
// improve security and privacy. Here are the upstream defaults, you can