diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-11-09 18:29:03 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-11-09 18:29:04 +0800 |
| commit | d3d0dac49f12f999a499a5aff52d8cda0b96c4ac (patch) | |
| tree | 6ab4f488a889d26bb512d3ad01c100ec10db8d88 | |
| parent | da97e7498fbb8c00333b33b2895ad225f59688b9 (diff) | |
Update
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -276,7 +276,7 @@ upload_tig() { | |||
| 276 | } | 276 | } |
| 277 | 277 | ||
| 278 | # about custom settings | 278 | # about custom settings |
| 279 | alias cdh="cd $SETTING_DIR" | 279 | cdh() { cd $SETTING_DIR/$@; } |
| 280 | alias chh="tig -C $SETTING_DIR status" | 280 | alias chh="tig -C $SETTING_DIR status" |
| 281 | 281 | ||
| 282 | # about beancount | 282 | # about beancount |