chore: set real samba + darman secrets; edit_secrets zeditor support
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user