feat(vscode): qwerty

This commit is contained in:
js0ny 2025-09-27 02:02:29 +01:00
parent aab24c61b1
commit 02bbb24cac
3 changed files with 113 additions and 42 deletions

View file

@ -20,18 +20,3 @@ set --export PATH $BUN_INSTALL/bin $PATH
# moonbit
fish_add_path "$HOME/.moon/bin"
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
if test -f /home/js0ny/.local/anaconda3/bin/conda
eval /home/js0ny/.local/anaconda3/bin/conda "shell.fish" "hook" $argv | source
else
if test -f "/home/js0ny/.local/anaconda3/etc/fish/conf.d/conda.fish"
. "/home/js0ny/.local/anaconda3/etc/fish/conf.d/conda.fish"
else
set -x PATH "/home/js0ny/.local/anaconda3/bin" $PATH
end
end
# <<< conda initialize <<<