mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-03-06 05:08:03 +00:00
Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# gently try to delete merged branches, excluding the checked out one
|
||||
git branch --merged | lines | where $it !~ '\*' | str trim | where $it != 'master' and $it != 'main' | each { |it| git branch -d $it }
|
||||
Reference in New Issue
Block a user