1
0
dotfiles/.config/zsh/opt/chase.zsh
2024-07-05 13:18:16 +03:00

6 lines
118 B
Bash

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