diff options
author | typebrook <typebrook@gmail.com> | 2019-12-26 00:36:06 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-26 00:36:06 +0800 |
commit | e6576bb0def5cbd39a79810e8c88c7f6b4cc373e (patch) | |
tree | 52b33bb71582e453f113d9b5d979db4736ad217c /alias | |
parent | 39f6ee88cc25c09eada0e7f752b731c60eca6885 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ function image_vertical() { | |||
208 | } | 208 | } |
209 | 209 | ||
210 | # misc | 210 | # misc |
211 | alias token="cd $SETTING_DIR/tokens && vim $SETTING_DIR/tokens" | 211 | alias token="cd $SETTING_DIR/tokens && ls -lh" |
212 | alias gr='_grepString' | 212 | alias gr='_grepString' |
213 | function _grepString() { | 213 | function _grepString() { |
214 | grep -R $1 . | 214 | grep -R $1 . |