feat: script for dev containers

This commit is contained in:
2026-07-02 09:29:34 +02:00
parent b1389e08c0
commit 3b9ded9cfd
4 changed files with 32 additions and 2 deletions
+6
View File
@@ -129,3 +129,9 @@ end
end
set -g fish_greeting ""
set -g VIRTUAL_ENV_DISABLE_PROMPT true
# TODO: Source all
for file in ~/projects/system/dotfiles/system/completions/*
source $file
end