diff options
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() { |