1
0
dotfiles/.config/zsh/opt/chase.zsh

6 lines
112 B
Bash
Raw Normal View History

2021-03-21 18:25:10 +03:00
#!/bin/zsh
chase() { setopt chase_dots chase_links ; }
nochase() { unsetopt chase_dots chase_links ; }
nochase