feat: idk
This commit is contained in:
parent
a9d5aee2b5
commit
7b736ffacb
3 changed files with 1 additions and 7 deletions
|
@ -17,10 +17,3 @@ set -x DEVKITARM "/opt/devkitpro/devkitARM"
|
|||
|
||||
# path
|
||||
set -x PATH $HOME/.local/bin $BUN_INSTALL/bin $PATH
|
||||
|
||||
# ssh agent
|
||||
if test -z (pgrep ssh-agent | string collect)
|
||||
eval (ssh-agent -c)
|
||||
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
|
||||
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
|
||||
end
|
||||
|
|
0
fish/variables_common.fish
Normal file
0
fish/variables_common.fish
Normal file
|
@ -13,6 +13,7 @@ return {
|
|||
lsp.cssls.setup {}
|
||||
lsp.cssmodules_ls.setup {}
|
||||
lsp.astro.setup {}
|
||||
lsp.gleam.setup {}
|
||||
lsp.yamlls.setup {}
|
||||
lsp.gdscript.setup {}
|
||||
vim.api.nvim_create_autocmd('LspAttach', {
|
||||
|
|
Loading…
Reference in a new issue