1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 10:11:51 +02:00

Use xdg-open

This commit is contained in:
Ryan Greenup 2021-01-27 16:11:15 +11:00
parent d130c69c8b
commit 8a6817a5aa

View File

@ -18,7 +18,8 @@ set -o nounset
# don't hide errors within pipes
set -o pipefail
readonly EDITOR="ema"
# readonly EDITOR="ema"
readonly EDITOR="xdg-open"
# * Main Functions