From a9eb95269dd183b6f8e56e322b50e7973815565e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 10 May 2025 15:06:27 -0500 Subject: sorting through profile --- dotfiles/system/.profile.d/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/system/.profile.d/git.sh') diff --git a/dotfiles/system/.profile.d/git.sh b/dotfiles/system/.profile.d/git.sh index 7332ba1..42c252d 100644 --- a/dotfiles/system/.profile.d/git.sh +++ b/dotfiles/system/.profile.d/git.sh @@ -15,7 +15,7 @@ gitsp() { } gitck() { - git checkout "$(git branch --all | fzf| tr -d '[:space:]')" + git checkout "$(git branch --all | fzf | tr -d '[:space:]')" } gitdiff() { -- cgit v1.2.3