mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
config updates
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
|
if test (tty) = /dev/tty1
|
||||||
|
exec startx
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
set PATH $PATH ~/.cargo/bin
|
set PATH $PATH ~/.cargo/bin
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[General]
|
[General]
|
||||||
contrastOpacity=188
|
contrastOpacity=188
|
||||||
savePath=/home/mike/repos/aei-katowice-open-2025/assets
|
savePath=/home/mike/Pictures
|
||||||
showStartupLaunchMessage=false
|
showStartupLaunchMessage=false
|
||||||
|
|||||||
@@ -45,3 +45,4 @@ text/html=brave-browser.desktop
|
|||||||
x-scheme-handler/about=brave-browser.desktop
|
x-scheme-handler/about=brave-browser.desktop
|
||||||
x-scheme-handler/unknown=brave-browser.desktop
|
x-scheme-handler/unknown=brave-browser.desktop
|
||||||
x-scheme-handler/discord=equibop.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
|
// custom settings, run the `zed: Open Default Settings` command
|
||||||
// from the command palette
|
// from the command palette
|
||||||
{
|
{
|
||||||
|
"languages": {
|
||||||
|
"Rust": {
|
||||||
|
"show_edit_predictions": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"language_models": {
|
"language_models": {
|
||||||
"ollama": {
|
"ollama": {
|
||||||
"api_url": "http://localhost:11434"
|
"api_url": "http://localhost:11434"
|
||||||
@@ -50,6 +55,13 @@
|
|||||||
{ "rule": "*", "severity": "warn" }
|
{ "rule": "*", "severity": "warn" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"pyright": {
|
||||||
|
"settings": {
|
||||||
|
"python": {
|
||||||
|
"pythonPath": ".venv/bin/python"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user