From 9f6f2e184e91281878f931b8794c4c3bbc6bcedf Mon Sep 17 00:00:00 2001 From: typebrook Date: Mon, 10 Feb 2020 22:57:10 +0800 Subject: update --- alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alias') diff --git a/alias b/alias index 8f4a9ca..75fa0c0 100644 --- a/alias +++ b/alias @@ -229,7 +229,7 @@ alias m='mutt' alias foo='echo bar > foo && echo File foo is created && ls -lh foo' alias bar='echo foo > bar && echo File bar is created && ls -lh bar' token() { - cd $SETTING_DIR/tokens && [[ -e $1 ]] && cat $1 || true + cd $SETTING_DIR/tokens && [[ -e $1 ]] && cat $1 || ls -l } alias gr='_grepString' _grepString() { -- cgit v1.2.3-70-g09d2