diff options
author | typebrook <typebrook@gmail.com> | 2020-01-12 01:03:25 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-12 01:03:25 +0800 |
commit | 5ff294050b27f36eaea1ab19ef3a65bde7a07bf5 (patch) | |
tree | add8e7e82e41849a9605413a38317aaf5392b13c /alias | |
parent | eeb7d09d1cd1eb13804d11e84ed1480e38f463c3 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -219,6 +219,7 @@ alias m='mutt' | |||
219 | 219 | ||
220 | # misc | 220 | # misc |
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 token="cd $SETTING_DIR/tokens && ls -lh" | 223 | alias token="cd $SETTING_DIR/tokens && ls -lh" |
223 | alias gr='_grepString' | 224 | alias gr='_grepString' |
224 | _grepString() { | 225 | _grepString() { |