diff options
| author | Horus3 | 2014-03-08 19:58:06 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-08 19:58:06 +0100 |
| commit | 9f4b3494700eeb2061dfd840e8d030f66088b173 (patch) | |
| tree | 248d041cb87ddb2debd2b926e2d095144a719b80 /bin/dirhistory.sh | |
| parent | 2c0e3234808dccbd7c622be7c4250ea405f3e166 (diff) | |
| download | dotfiles-9f4b3494700eeb2061dfd840e8d030f66088b173.tar.gz | |
structure
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]" |
