diff options
| -rw-r--r-- | xmake/core/base/tty.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/base/tty.lua b/xmake/core/base/tty.lua index a605a4a9e..39c4c0d31 100644 --- a/xmake/core/base/tty.lua +++ b/xmake/core/base/tty.lua @@ -396,6 +396,8 @@ function tty.term() term = "xterm" elseif TERM == "cygwin" then term = "cygwin" + elseif TERM:find("alacritty", 1, true) then + term = "alacritty" end end end |
