diff options
| author | typebrook <typebrook@gmail.com> | 2019-12-17 11:41:17 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-12-17 11:41:17 +0800 |
| commit | 2e373de5bc2a2a5d57cf0bd2b4e2d6ad828cad38 (patch) | |
| tree | 000201022d67426d218a29b022c7ee308abdbc89 /alias | |
| parent | 04dab6d7df09315145735656327fac19af19c7e3 (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -187,7 +187,7 @@ alias xc='xsel -ob | gcc -xc -' | |||
| 187 | image_vertical() { convert $@ -append output.png } | 187 | image_vertical() { convert $@ -append output.png } |
| 188 | 188 | ||
| 189 | # misc | 189 | # misc |
| 190 | alias token="cd $SETTING_DIR && vim $SETTING_DIR/tokens" | 190 | alias token="cd $SETTING_DIR/tokens && vim $SETTING_DIR/tokens" |
| 191 | alias gr='_grepString' | 191 | alias gr='_grepString' |
| 192 | _grepString() { grep -R $1 . } | 192 | _grepString() { grep -R $1 . } |
| 193 | alias findn='find . -iname' | 193 | alias findn='find . -iname' |