first commit
This commit is contained in:
commit
0610f4aeab
130 changed files with 9897 additions and 0 deletions
11
fn/-z4h-cd-rotate
Normal file
11
fn/-z4h-cd-rotate
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
(( ${+_z4h_dir_hist_fd} )) && -z4h-update-dir-history
|
||||
|
||||
() {
|
||||
eval "$_z4h_opt"
|
||||
while (( $#dirstack )) && ! pushd -q $1 &>/dev/null; do
|
||||
popd -q $1
|
||||
done
|
||||
(( $#dirstack ))
|
||||
} "$@" && -z4h-redraw-prompt
|
Loading…
Add table
Add a link
Reference in a new issue