diff options
author | Serban Constantin <serban.constantin@gmail.com> | 2021-03-15 16:27:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 14:27:57 +0000 |
commit | 17923efccfb7e6bbcdeb5f748796d9ee1ea70149 (patch) | |
tree | 1cdab45183312f4f061d0a3271bc5238c816a96c /alacritty.yml | |
parent | 5aa02816c47e4b50fc51bcb830c5864f681b3913 (diff) | |
download | alacritty-17923efccfb7e6bbcdeb5f748796d9ee1ea70149.tar.gz alacritty-17923efccfb7e6bbcdeb5f748796d9ee1ea70149.zip |
Fix URLs opening in explorer on Windows
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index 2ffadc2d..d049e665 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -456,7 +456,7 @@ # Default: # - (macOS) open # - (Linux/BSD) xdg-open - # - (Windows) explorer + # - (Windows) cmd /c start "" #launcher: # program: xdg-open # args: [] |