From 36683da367a62545d9c7c65ef96733640cbca7c1 Mon Sep 17 00:00:00 2001 From: LAN-TW Date: Tue, 7 Feb 2012 19:38:19 +0800 Subject: bash_include: 自動使用 PAGER 顯示回收筒清單 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash_include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit