chore: set real samba + darman secrets; edit_secrets zeditor support

This commit is contained in:
erik
2026-07-12 21:35:58 +02:00
parent 98c6390ede
commit 5239f1ce71
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ case "$editor" in
"") editor="nano"; extra=(nixpkgs#nano) ;; # sane default, bundled
code|code\ *) editor="code --wait" ;; # VS Code must block
codium|codium\ *) editor="codium --wait" ;;
zed|zed\ *) editor="zed --wait" ;;
zeditor|zeditor\ *) editor="zeditor --wait" ;;
esac
export EDITOR="$editor"