first commit
This commit is contained in:
commit
0610f4aeab
130 changed files with 9897 additions and 0 deletions
9
fn/-z4h-read-dir-history
Normal file
9
fn/-z4h-read-dir-history
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
local content
|
||||
local file=$Z4H/stickycache/dir-history-$EUID
|
||||
if [[ -r $file ]] && content=$(<$file); then
|
||||
typeset -ga _z4h_dir_history=(${(f)content})
|
||||
else
|
||||
typeset -ga _z4h_dir_history=()
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue