mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Remove stale comment
This commit is contained in:
1
src/env/environment.rs
vendored
1
src/env/environment.rs
vendored
@@ -776,7 +776,6 @@ pub fn env_init(paths: Option<&ConfigPaths>, do_uvars: bool, default_paths: bool
|
||||
}
|
||||
|
||||
// Initialize termsize variables.
|
||||
// PORTING: 3x deref is weird
|
||||
let termsize = termsize::SHARED_CONTAINER.initialize(vars as &dyn Environment);
|
||||
if vars.get_unless_empty(L!("COLUMNS")).is_none() {
|
||||
vars.set_one(L!("COLUMNS"), EnvMode::GLOBAL, termsize.width.to_wstring());
|
||||
|
||||
Reference in New Issue
Block a user