mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-21 05:11:32 +02:00
Fixed open command for MacOS
This commit is contained in:
@@ -48,6 +48,7 @@ case "$(uname -s)" in
|
|||||||
Darwin)
|
Darwin)
|
||||||
CLIP_IN () { pbcopy ; }
|
CLIP_IN () { pbcopy ; }
|
||||||
CLIP_OUT () { pbpaste ; }
|
CLIP_OUT () { pbpaste ; }
|
||||||
|
xdg-open () { open "%{@}" ; }
|
||||||
;;
|
;;
|
||||||
|
|
||||||
Linux|GNU|*BSD|SunOS)
|
Linux|GNU|*BSD|SunOS)
|
||||||
|
Reference in New Issue
Block a user