#!/bin/zsh z-chase() { setopt chase_dots chase_links ; } z-nochase() { unsetopt chase_dots chase_links ; } z-nochase