Switch `checkout` script to use fzf

This commit is contained in:
Talia 2023-08-03 09:25:02 +02:00
parent ceb2560ccb
commit f51abe5ec8
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
git checkout $( (git for-each-ref --format='%(refname:short)' refs/heads/* && git tag) | dmenu -l 20 -b)
git checkout $( (git for-each-ref --format='%(refname:short)' refs/heads/* && git tag) | fzf)