Website
.
Fuselkönig.de
.
Projects
.
Status
index
:
dotfiles
master
Dotfiles and other scripts I use.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
dirhistory.sh
blob: cc652d2103f130318838b9bc1aae515a088156fa (
plain
)
1
2
#!/bin/zsh for ((i=1; i<=$DIRSTACKSIZE; i++)) echo "$i $dirstack[$i]"