1
0

zsh: update

This commit is contained in:
2024-07-05 13:18:16 +03:00
parent 8283b6c752
commit e3ff1bcb69
14 changed files with 124 additions and 44 deletions

View File

@@ -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