mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-09 07:36:35 +02:00
Use xdg-open
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user