diff options
author | typebrook <typebrook@gmail.com> | 2020-02-10 22:57:10 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-10 22:57:10 +0800 |
commit | 9f6f2e184e91281878f931b8794c4c3bbc6bcedf (patch) | |
tree | 18ca1c8ac95adc7edcd068c7c2ee828de7b2e286 | |
parent | de51442d4368c7a8fa14ba8b033789390174680f (diff) |
update
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ alias m='mutt' | |||
229 | alias foo='echo bar > foo && echo File foo is created && ls -lh foo' | 229 | alias foo='echo bar > foo && echo File foo is created && ls -lh foo' |
230 | alias bar='echo foo > bar && echo File bar is created && ls -lh bar' | 230 | alias bar='echo foo > bar && echo File bar is created && ls -lh bar' |
231 | token() { | 231 | token() { |
232 | cd $SETTING_DIR/tokens && [[ -e $1 ]] && cat $1 || true | 232 | cd $SETTING_DIR/tokens && [[ -e $1 ]] && cat $1 || ls -l |
233 | } | 233 | } |
234 | alias gr='_grepString' | 234 | alias gr='_grepString' |
235 | _grepString() { | 235 | _grepString() { |