diff options
| author | typebrook <typebrook@gmail.com> | 2020-02-21 10:01:36 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-02-21 10:01:36 +0800 |
| commit | 66f565bc228dcb6734651219d219ceb856106aa9 (patch) | |
| tree | 88517cf58827931c957a7c962a2cf076b506a28a | |
| parent | f466ba81e08d702b4ff64f718f05ab9223d8546d (diff) | |
update
| -rwxr-xr-x | scripts/load-settings.sh | 3 | ||||
| -rw-r--r-- | tigrc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scripts/load-settings.sh b/scripts/load-settings.sh index fa0ee90..07c8791 100755 --- a/scripts/load-settings.sh +++ b/scripts/load-settings.sh | |||
| @@ -19,3 +19,6 @@ $SETTING_DIR/scripts/sync.sh | |||
| 19 | OSM_UTIL_DIR=$SETTING_DIR/scripts/osm | 19 | OSM_UTIL_DIR=$SETTING_DIR/scripts/osm |
| 20 | source $OSM_UTIL_DIR/osm | 20 | source $OSM_UTIL_DIR/osm |
| 21 | 21 | ||
| 22 | # go | ||
| 23 | PATH=$PATH:$HOME/go/bin | ||
| 24 | |||
| @@ -43,7 +43,7 @@ bind generic Ur @git remote rename "%(prompt Rename which remote?: )" "%(prompt | |||
| 43 | bind generic U! @git remote remove "%(prompt Remove which remote?: )" | 43 | bind generic U! @git remote remove "%(prompt Remove which remote?: )" |
| 44 | bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" | 44 | bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" |
| 45 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" | 45 | bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" |
| 46 | bind generic Uu ?git remote update --prune | 46 | bind generic UU ?git remote update --prune |
| 47 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote?: )" pull/"%(prompt PR number: )"/head:pr | 47 | bind generic Uprf ?git fetch "%(prompt Fetch from which remote?: )" pull/"%(prompt PR number: )"/head:pr |
| 48 | 48 | ||
| 49 | # toggle case sensitive for search | 49 | # toggle case sensitive for search |