li6in9muyou / powershell--dotfiles

0 stars 0 forks source link

fix the `ll` command ASAP #2

Open li6in9muyou opened 1 month ago

li6in9muyou commented 1 month ago

ll list cwd without notification ll existing-dir list ./existing-dir/ without notification ll non-existing-dir list cwd.filter(item => item.match('non-existing-dir')) with notification

li6in9muyou commented 1 month ago

could not reproduce further investigation is needed