initial commit
This commit is contained in:
5
.config/zsh/opt/chase.zsh
Normal file
5
.config/zsh/opt/chase.zsh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
chase() { setopt chase_dots chase_links ; }
|
||||
nochase() { unsetopt chase_dots chase_links ; }
|
||||
nochase
|
Reference in New Issue
Block a user