mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
Compare commits
2 commits
d034c47d12
...
a7f1039241
Author | SHA1 | Date | |
---|---|---|---|
a7f1039241 | |||
ed3d322784 |
2 changed files with 8 additions and 0 deletions
|
@ -6,3 +6,6 @@ alias s="kitten ssh"
|
|||
|
||||
|
||||
fish_add_path -g ~/.bun/bin ~/.local/bin ~/go/bin ~/.wakatime ~/.rbenv/shims ~/.moon/bin ~/.cargo/bin ~/.fvm_flutter/bin
|
||||
|
||||
# Added by `rbenv init` on Tue 27 Aug 15:42:29 CEST 2024
|
||||
status --is-interactive; and rbenv init - --no-rehash fish | source
|
||||
|
|
|
@ -28,6 +28,11 @@
|
|||
"formatting": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"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