mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-06 11:44:25 +08:00
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# If marktext is called without an argument, open MarkText
|
||||
# If marktext is passed a file, open it in MarkText
|
||||
#
|
||||
function marktext() {
|
||||
open -a "MarkText.app" "$1"
|
||||
}
|
||||
Reference in New Issue
Block a user