diff --git a/conf.d/plugin-vcs.fish b/conf.d/plugin-vcs.fish index 34891a8..05df0ac 100644 --- a/conf.d/plugin-vcs.fish +++ b/conf.d/plugin-vcs.fish @@ -1,4 +1,4 @@ -set -l vcs_path (dirname (dirname $conf_path)) +set -l vcs_path (dirname (status dirname)) for vcs in git hg svn source $vcs_path/functions/$vcs/vcs.$vcs.present.fish