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

6 lines
118 B
Bash
Raw Normal View History

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