feat: move configuration files inside home folder
This commit is contained in:
@ -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