mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 07:26:12 +01:00
config updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[General]
|
||||
contrastOpacity=188
|
||||
savePath=/home/mike/repos/aei-katowice-open-2025/assets
|
||||
savePath=/home/mike/Pictures
|
||||
showStartupLaunchMessage=false
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user