about summary refs log tree commit diff
path: root/functions/git_functions.sh
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2016-12-20T01·53-0500
committerWilliam Carroll <wpcarro@gmail.com>2016-12-20T01·53-0500
commit9c8ffdb504113d8c8ed2f04f2b1552eb077414b4 (patch)
tree1ee0b26c25ae80a1f2e14a9373a6d883829a8eae /functions/git_functions.sh
parent17f7e0c453b18f794f7a9a1c76fd6d55dae64deb (diff)
Updates git functions, vimrc, etc.
Diffstat (limited to 'functions/git_functions.sh')
-rw-r--r--functions/git_functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/git_functions.sh b/functions/git_functions.sh
index 6ed195a81253..02be2ff5fbae 100644
--- a/functions/git_functions.sh
+++ b/functions/git_functions.sh
@@ -60,7 +60,7 @@ function wgjira {
 
 # wgcheckout combined with a fuzzy search
 function wgfcheckout {
-  branchname=$(trim $(git branch | fzf))
+  branchname=$(trim $(git branch | fzf-tmux))
 
   [ ! -z "$branchname" ] && wgcheckout "$branchname" || return
 }