mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 14:07:08 +02:00
This simply replaces uses of the deprecated function `current_dir_str` with `EngineState::cwd_as_string` in `run_shell_integration_*` functions. The main difference being that the latter does not canonicalize paths. Fixes #14619