mirror of
https://github.com/xzeldon/dotfiles-wsl2.git
synced 2025-04-10 06:47:11 +03:00
4 lines
129 B
Fish
4 lines
129 B
Fish
function gignored -w 'grep "^[[:lower:]]"' -d "list temporarily ignored files"
|
|
git ls-files -v | grep "^[[:lower:]]" $argv
|
|
end
|