mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-04-18 15:15:13 +01:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
6 lines
57 B
Nu
6 lines
57 B
Nu
def my-ls [x] {
|
|
ls $x | where size > 10kb
|
|
}
|
|
|
|
my-ls .
|