Added polars alias to nushell

This commit is contained in:
2026-01-14 14:24:02 +00:00
parent 564448cf1a
commit 1e57ac53ce

View File

@@ -33,6 +33,9 @@ export alias bashpoem = poetry run bash
export alias nupoem = poetry run nu
export alias jupyterpoem = poetry run jupyter
# Aliases for nushell plugins
export alias pl = polars
# Who even uses vim or *especially* vi in this day and age?
export alias vim = nvim
export alias vi = nvim