1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Edit only if project was found in ce helper

This commit is contained in:
Holger Just 2025-04-08 14:45:28 +02:00
parent 85c1f32751
commit 26cd4e8496
No known key found for this signature in database

View File

@ -250,8 +250,7 @@ c() { with_project "$1" cd; }
e() { with_project "${1:-.}" "${BACKGROUND_EDITOR} --"; }
ce() {
c "$1"
${BACKGROUND_EDITOR} .
c "$1" && ${BACKGROUND_EDITOR} .
}
mc() {