mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-15 17:32:41 +02:00
Use standard open command in fasd and lighthouse plugins
This commit is contained in:
@ -9,7 +9,7 @@ open_lighthouse_ticket () {
|
||||
else
|
||||
lighthouse_url=$(cat .lighthouse-url);
|
||||
echo "Opening ticket #$1";
|
||||
`open $lighthouse_url/tickets/$1`;
|
||||
open_command "$lighthouse_url/tickets/$1";
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user