prefix-dev / shell

The ultimate cross-platform, bash-like shell
MIT License
63 stars 9 forks source link

TODO for a daily driver on Windows #35

Open certik opened 2 months ago

certik commented 2 months ago

I set it up in a Terminal as a shell on WIndows. It's already usable as the default shell. Some things I am missing, high to low priority:

High (no workaround):

Medium (workaround available or not needed, but ugly or very annoying):

Low (workaround available and only slightly annoying):

wolfv commented 2 months ago

I think "cd -" also doesn't work

wolfv commented 2 months ago

For ll should we add an alias function and add that to the ShellState? Should be pretty trivial..