1
0
dotfiles/.config/zsh/opt/chase.zsh
2021-04-19 01:00:58 +03:00

6 lines
112 B
Bash

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