mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-14 03:08:06 +01:00
fish: add inshellisense
This commit is contained in:
parent
9f5692e46c
commit
07b6cedee1
2 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue