Updates git functions, vimrc, etc.

This commit is contained in:
William Carroll 2016-12-19 20:53:45 -05:00
parent 17f7e0c453
commit 9c8ffdb504
8 changed files with 62 additions and 18 deletions

View file

@ -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
}