# This week in Nushell #124
## Nushell
- ilius [fixed docs/sample_config/config.toml: use env.PROMPT_COMMAND](https://github.com/nushell/nushell/pull/4241)
## Nu_Scripts
- fdncred [added the ability to have a right hand prompt](https://github.com/nushell/nu_scripts/pull/122), and [move oh-my.nu to engine-q folder](https://github.com/nushell/nu_scripts/pull/121), and [updated `into column_path` to `into column-path`](https://github.com/nushell/nu_scripts/pull/120), and [updates to help with windows parsing](https://github.com/nushell/nu_scripts/pull/119), and [a fancy git prompt for engine-q](https://github.com/nushell/nu_scripts/pull/118)
## engine-q
- jt created [Fix short flags with extra](https://github.com/nushell/engine-q/pull/696), and [Default the values of named params](https://github.com/nushell/engine-q/pull/695), and [Fix path external](https://github.com/nushell/engine-q/pull/684), and [Expand external command names](https://github.com/nushell/engine-q/pull/682), and [Make ls more forgiving](https://github.com/nushell/engine-q/pull/681), and [Allow int/float to coerce in type checker](https://github.com/nushell/engine-q/pull/679), and [Each needs to clone its env](https://github.com/nushell/engine-q/pull/675), and [Add shells support to auto-cd](https://github.com/nushell/engine-q/pull/674), and [More shell fixes](https://github.com/nushell/engine-q/pull/673), and [Fix directory change lag](https://github.com/nushell/engine-q/pull/672), and [Add shells support](https://github.com/nushell/engine-q/pull/671), and [Limit when we expand external args](https://github.com/nushell/engine-q/pull/668), and [Some cleanups for cd/PWD](https://github.com/nushell/engine-q/pull/667), and [Move $nu.env to $env](https://github.com/nushell/engine-q/pull/665), and [Use default prompt as fallback](https://github.com/nushell/engine-q/pull/663), and [Let describe know about binary](https://github.com/nushell/engine-q/pull/662), and [Port fetch (with fixes)](https://github.com/nushell/engine-q/pull/660), and [Some error improvements](https://github.com/nushell/engine-q/pull/659), and [Lex comment spans correctly](https://github.com/nushell/engine-q/pull/657), and [bump reedline](https://github.com/nushell/engine-q/pull/655), and [Highlight block and record](https://github.com/nushell/engine-q/pull/653), and [Fix list and table print](https://github.com/nushell/engine-q/pull/652), and [Fix build breakage - bump ansi term](https://github.com/nushell/engine-q/pull/651), and [Fix perf regression with stmts](https://github.com/nushell/engine-q/pull/650), and [Allow pipelines across multiple lines if end in pipe](https://github.com/nushell/engine-q/pull/643), and [Plugin before config](https://github.com/nushell/engine-q/pull/642), and [Add fuzzy/ignore flag to get](https://github.com/nushell/engine-q/pull/641), and [Add parser tracing, fix 629](https://github.com/nushell/engine-q/pull/638), and [Cleanup binary stream print a little](https://github.com/nushell/engine-q/pull/637), and [Bump reedline, again](https://github.com/nushell/engine-q/pull/636), and [Bump reedline, again](https://github.com/nushell/engine-q/pull/635)
- kubouch [added repository name and current tag to gstat](https://github.com/nushell/engine-q/pull/692), and [added CR, LF and CRLF to char command](https://github.com/nushell/engine-q/pull/691), and [Fixes how environment is cloned inside tight loops](https://github.com/nushell/engine-q/pull/678), and [Use only $nu.env.PWD for getting the current directory](https://github.com/nushell/engine-q/pull/587)
- elferherrera created [double prompt](https://github.com/nushell/engine-q/pull/686)
- fdncred created [tweak `source` parsing to allow quotes around string](https://github.com/nushell/engine-q/pull/666), and [add docs about coloring and theming](https://github.com/nushell/engine-q/pull/654), and [make prompt indicators configurable](https://github.com/nushell/engine-q/pull/639)
- onthebridgetonowhere [moved fetch to extra and clean up some code](https://github.com/nushell/engine-q/pull/664)
- stormasm [moved get_columns from the table_viewer to a central location](https://github.com/nushell/engine-q/pull/628), and [ported over from nushell the column flag for the length command](https://github.com/nushell/engine-q/pull/617)
## reedline
- elferherrera [removed position function](https://github.com/nushell/reedline/pull/242), and [corrected extra line](https://github.com/nushell/reedline/pull/238), and [corrected extra line](https://github.com/nushell/reedline/pull/237), and [Big buffer](https://github.com/nushell/reedline/pull/230)
- jt created [Double prompt](https://github.com/nushell/reedline/pull/241), and [strip ansi before estimate](https://github.com/nushell/reedline/pull/229), and [Estimate wrapping](https://github.com/nushell/reedline/pull/228)
- sholderbach [added issue templates](https://github.com/nushell/reedline/pull/235), and [improved and highlight history search](https://github.com/nushell/reedline/pull/234), and [Insert strings directly](https://github.com/nushell/reedline/pull/233), and [bumped dependency versions](https://github.com/nushell/reedline/pull/232), and [Improve correctness of move operations](https://github.com/nushell/reedline/pull/231)