mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
add cygwin support
This commit is contained in:
parent
eafd5f3252
commit
32371f6fc2
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ open_jira_issue () {
|
|||
local open_cmd
|
||||
if [[ $(uname -s) == 'Darwin' ]]; then
|
||||
open_cmd='open'
|
||||
elif [[ $(uname -o) == 'Cygwin' ]]; then
|
||||
open_cmd='cygstart -o'
|
||||
else
|
||||
open_cmd='xdg-open'
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue