diff --git a/fzf-git.sh b/fzf-git.sh index 54c70c7..e11d41c 100644 --- a/fzf-git.sh +++ b/fzf-git.sh @@ -22,7 +22,7 @@ if [[ $# -eq 1 ]]; then branches() { - git branch "$@" --sort=committerdate --sort=HEAD --format='%(HEAD) %(color:yellow)%(refname:short) %(color:green)(%(committerdate:relative))|%(color:blue)%(subject)%(color:reset)' --color=always | column -ts'|' + git branch "$@" --sort=committerdate --sort=HEAD --format=$'%(HEAD) %(color:yellow)%(refname:short) %(color:green)(%(committerdate:relative))\t%(color:blue)%(subject)%(color:reset)' --color=always | column -ts$'\t' } case "$1" in branches)