summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile.d/git.sh
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-10 15:06:27 -0500
committerCraig Jennings <c@cjennings.net>2025-05-10 15:06:27 -0500
commita9eb95269dd183b6f8e56e322b50e7973815565e (patch)
tree7b6ffd66d7907305d7ffc24b632beab4d9b18f42 /dotfiles/system/.profile.d/git.sh
parentab76058ce2f1f0c9a9935647bddf16b03e5a3e1f (diff)
sorting through profile
Diffstat (limited to 'dotfiles/system/.profile.d/git.sh')
-rw-r--r--dotfiles/system/.profile.d/git.sh2
1 files changed, 1 insertions, 1 deletions
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() {