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:
parent
d130c69c8b
commit
8a6817a5aa
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user