You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/plugins/z/z.load

10 lines
273 B
Fish

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