config updates

This commit is contained in:
2025-04-12 11:52:38 +02:00
parent 8c7b679cf9
commit 2dcaf81a3a
4 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
if status is-interactive
# Commands to run in interactive sessions can go here
if test (tty) = /dev/tty1
exec startx
end
end
set PATH $PATH ~/.cargo/bin

View File

@@ -1,4 +1,4 @@
[General]
contrastOpacity=188
savePath=/home/mike/repos/aei-katowice-open-2025/assets
savePath=/home/mike/Pictures
showStartupLaunchMessage=false

View File

@@ -45,3 +45,4 @@ text/html=brave-browser.desktop
x-scheme-handler/about=brave-browser.desktop
x-scheme-handler/unknown=brave-browser.desktop
x-scheme-handler/discord=equibop.desktop
application/uproject=com.epicgames.UnrealEngineEditor.desktop

View File

@@ -7,6 +7,11 @@
// custom settings, run the `zed: Open Default Settings` command
// from the command palette
{
"languages": {
"Rust": {
"show_edit_predictions": true
}
},
"language_models": {
"ollama": {
"api_url": "http://localhost:11434"
@@ -50,6 +55,13 @@
{ "rule": "*", "severity": "warn" }
]
}
},
"pyright": {
"settings": {
"python": {
"pythonPath": ".venv/bin/python"
}
}
}
}
}