File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- source ~ /.oh-my-zsh/custom/plugins/zsh-git-fzf/ src/operations/branch
3
+ source " $( dirname " $0 " ) /../../ src/operations/branch"
4
4
5
5
_checkout () {
6
6
local branch=$( _branch)
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- source ~ /.oh-my-zsh/custom/plugins/zsh-git-fzf/ src/helpers
4
- source ~ /.oh-my-zsh/custom/plugins/zsh-git-fzf/ src/completions
3
+ source " $( dirname " $0 " ) /../../ src/helpers"
4
+ source " $( dirname " $0 " ) /../../ src/completions"
5
5
6
6
local FZF_OPTIONS=" --no-preview"
7
7
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ source "$(dirname "$0")/src/operations/diff"
8
8
source " $( dirname " $0 " ) /src/operations/log"
9
9
source " $( dirname " $0 " ) /src/operations/stash"
10
10
source " $( dirname " $0 " ) /src/operations/reflog"
11
+ source " $( dirname " $0 " ) /src/helpers"
11
12
12
13
_help () {
13
14
local PREFIX=" git-fzf"
You can’t perform that action at this time.
0 commit comments