first commit
This commit is contained in:
commit
0610f4aeab
130 changed files with 9897 additions and 0 deletions
6
fn/-z4h-write-dir-history
Normal file
6
fn/-z4h-write-dir-history
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
local file=$Z4H/stickycache/dir-history-$EUID
|
||||
local tmp=$file.tmp.$$
|
||||
print -rC1 -- $_z4h_dir_history >$tmp
|
||||
zf_mv -f -- $tmp $file
|
Loading…
Add table
Add a link
Reference in a new issue