diff options
Diffstat (limited to 'bin/dirhistory.sh')
| -rw-r--r-- | bin/dirhistory.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/dirhistory.sh b/bin/dirhistory.sh new file mode 100644 index 0000000..cc652d2 --- /dev/null +++ b/bin/dirhistory.sh @@ -0,0 +1,2 @@ +#!/bin/zsh +for ((i=1; i<=$DIRSTACKSIZE; i++)) echo "$i $dirstack[$i]" |
