macos-click-through
Alex Pawlowski 3 years ago committed by Keith Simmons
parent 6a627e2be7
commit 774f55b882

@ -231,7 +231,6 @@ fn handle_macos() {
if env::var_os("TERM").is_none() { if env::var_os("TERM").is_none() {
let shell = env::var("SHELL").unwrap(); let shell = env::var("SHELL").unwrap();
let cmd = "printenv PATH"; let cmd = "printenv PATH";
if let Ok(path) = std::process::Command::new(shell) if let Ok(path) = std::process::Command::new(shell)
.arg("-lic") .arg("-lic")
.arg(cmd) .arg(cmd)

Loading…
Cancel
Save