Upgrade Alacritty to respect ~/.hushlogin
(#25224)
Closes #4827 Release Notes: - Fixed a bug where shells spawned by the Zed terminal would not hide the login message when `~/.hushlogin` exists
This commit is contained in:
parent
d0f7dede79
commit
0c0201c79f
3 changed files with 10 additions and 21 deletions
|
@ -364,7 +364,7 @@ zeta = { path = "crates/zeta" }
|
|||
#
|
||||
|
||||
aho-corasick = "1.1"
|
||||
alacritty_terminal = "0.25"
|
||||
alacritty_terminal = { git = "https://github.com/zed-industries/alacritty.git", rev = "03c2907b44b4189aac5fdeaea331f5aab5c7072e"}
|
||||
any_vec = "0.14"
|
||||
anyhow = "1.0.86"
|
||||
arrayvec = { version = "0.7.4", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue