diff options
author | typebrook <typebrook@gmail.com> | 2020-02-05 16:35:16 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-05 16:35:16 +0800 |
commit | f0d2228f1c2c7d4bc9aba7dbf1f4f285086e1dd3 (patch) | |
tree | 0c0ae8c115e347e3c5350339a545a736f8bffa35 | |
parent | fe86313d0701b0bfa4165a4cfe87d0b17f9d7389 (diff) |
update
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ alias m='mutt' | |||
221 | alias foo='echo bar > foo && echo File foo is created && ls -lh foo' | 221 | alias foo='echo bar > foo && echo File foo is created && ls -lh foo' |
222 | alias bar='echo foo > bar && echo File bar is created && ls -lh bar' | 222 | alias bar='echo foo > bar && echo File bar is created && ls -lh bar' |
223 | token() { | 223 | token() { |
224 | cd $SETTING_DIR/tokens && cat $1 | 224 | cd $SETTING_DIR/tokens && [[ -e $1 ]] && cat $1 || true |
225 | } | 225 | } |
226 | alias gr='_grepString' | 226 | alias gr='_grepString' |
227 | _grepString() { | 227 | _grepString() { |