mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
Add $LESSOPEN
and $LESSCLOSE
support (#2444)
This commit is contained in:
@@ -17,6 +17,9 @@ pub fn bat_raw_command_with_config() -> Command {
|
||||
cmd.env_remove("COLORTERM");
|
||||
cmd.env_remove("NO_COLOR");
|
||||
cmd.env_remove("PAGER");
|
||||
cmd.env_remove("LESSOPEN");
|
||||
cmd.env_remove("LESSCLOSE");
|
||||
cmd.env_remove("SHELL");
|
||||
cmd
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user