zsh: update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
chase() { setopt chase_dots chase_links ; }
|
||||
nochase() { unsetopt chase_dots chase_links ; }
|
||||
nochase
|
||||
z-chase() { setopt chase_dots chase_links ; }
|
||||
z-nochase() { unsetopt chase_dots chase_links ; }
|
||||
z-nochase
|
||||
|
Reference in New Issue
Block a user