[split] Move z plugin to oh-my-fish/plugin-z

https://github.com/oh-my-fish/plugin-z
This commit is contained in:
Justin Hileman 2015-05-31 08:30:49 -07:00
parent 7ead0cd52e
commit 2edb46c3e5
2 changed files with 0 additions and 12 deletions

View File

@ -1,3 +0,0 @@
function z
cd (bash -c "source $Z_SCRIPT_PATH; _z $argv; echo \$PWD")
end

View File

@ -1,9 +0,0 @@
if test -z "$Z_SCRIPT_PATH"
set -gx Z_SCRIPT_PATH /usr/local/etc/profile.d/z.sh
end
function __check_z --on-variable PWD --description 'Setup z on directory change'
status --is-command-substitution; and return
bash -c "source $Z_SCRIPT_PATH; _z --add `pwd -P`"
end