aboutsummaryrefslogtreecommitdiffstats
path: root/bash_include
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2012-02-07 19:38:19 +0800
committerLAN-TW <lantw44@gmail.com>2012-02-07 19:38:19 +0800
commit36683da367a62545d9c7c65ef96733640cbca7c1 (patch)
treee267509128494982b42b6796dbc975a6e1821b1a /bash_include
parentaa6b1f3b89daa67e5d842e7e030f11b82c0124d6 (diff)
downloadconfigfile-36683da367a62545d9c7c65ef96733640cbca7c1.tar
configfile-36683da367a62545d9c7c65ef96733640cbca7c1.tar.gz
configfile-36683da367a62545d9c7c65ef96733640cbca7c1.tar.bz2
configfile-36683da367a62545d9c7c65ef96733640cbca7c1.tar.lz
configfile-36683da367a62545d9c7c65ef96733640cbca7c1.tar.xz
configfile-36683da367a62545d9c7c65ef96733640cbca7c1.tar.zst
configfile-36683da367a62545d9c7c65ef96733640cbca7c1.zip
bash_include: 自動使用 PAGER 顯示回收筒清單bash_include-20120207
Diffstat (limited to 'bash_include')
-rw-r--r--bash_include2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_include b/bash_include
index a15dd15..39b7de6 100644
--- a/bash_include
+++ b/bash_include
@@ -397,7 +397,7 @@ function trash_ls ()
"`cat "$oneline/information.path"`"
i=$i+1
done
- }
+ } | $PAGER
}
function trash_pushd ()