mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.01k stars 8.74k forks source link

Add `cdls` function #1041

Closed Rudxain closed 1 month ago

Rudxain commented 1 month ago

I realized the flags should be passed to ls not cd. But IDK how to pass all but last arg to ls, such that cd only gets the last one

Rudxain commented 1 month ago

Closing, because this is just a "feature request", not a fix