Commit Graph

7 Commits

Author SHA1 Message Date
Maxim Uvarov
afde2592a6
use typos for corrections (#833)
I used [typos](https://github.com/crate-ci/typos/).
I manually checked all the corrections and they seem safe to me.
There are still some left, but those in this PR are good
2024-05-08 06:47:54 -05:00
Daniel Mijares
c544a92a40
export env is not in nushell (#529)
* `export env` is not in nushell
using `load-env` and `export-env` since we are `use`-ing  init.nu

* reformatted export-env part to move this along

---------

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2023-06-17 07:48:08 -05:00
Darren Schroeder
b7a45fbcca
replace occurences of str collect with str join (#436) 2023-04-03 08:47:25 -05:00
ankitgahlyan
5bf997b222
typo (#431) 2023-04-01 07:33:56 -05:00
WindSoilder
a34f173181
Migrate some scripts to fit new variable and arguments naming style (#268)
* add tmp script

* fix more scripts

* remove tmp file

* migrate to new variable definition

* rename builtin variable back
2022-08-05 10:47:18 +03:00
Darren Schroeder
e6d8d2704e
update scripts to support str replace (#200) 2022-04-07 08:45:04 -05:00
Darren Schroeder
ca89da5242
reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00