mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-08 15:16:32 +02:00
Use xdg-open
This commit is contained in:
@@ -18,7 +18,8 @@ set -o nounset
|
|||||||
# don't hide errors within pipes
|
# don't hide errors within pipes
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
readonly EDITOR="ema"
|
# readonly EDITOR="ema"
|
||||||
|
readonly EDITOR="xdg-open"
|
||||||
|
|
||||||
# * Main Functions
|
# * Main Functions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user