diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-30 10:43:39 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-30 10:43:39 +0800 |
| commit | 12564116825f95e05083c1810d9010e9a530bf4d (patch) | |
| tree | 61280fc30a1dee6990db6886a1e6a0e9b28f819b | |
| parent | ce29829ab09842990209ebebe419a9104d9bc036 (diff) | |
update
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -221,7 +221,7 @@ upload_tig() { | |||
| 221 | 221 | ||
| 222 | # about custom settings | 222 | # about custom settings |
| 223 | alias cds="cd $SETTING_DIR" | 223 | alias cds="cd $SETTING_DIR" |
| 224 | alias chs="cd $SETTING_DIR && tig status" | 224 | alias chs="tig -C $SETTING_DIR status" |
| 225 | cdss() { | 225 | cdss() { |
| 226 | cd $SETTING_DIR/tools/$1 || cd $SETTING_DIR/tools | 226 | cd $SETTING_DIR/tools/$1 || cd $SETTING_DIR/tools |
| 227 | } | 227 | } |