aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/load-settings.sh3
-rw-r--r--tigrc2
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
19OSM_UTIL_DIR=$SETTING_DIR/scripts/osm 19OSM_UTIL_DIR=$SETTING_DIR/scripts/osm
20source $OSM_UTIL_DIR/osm 20source $OSM_UTIL_DIR/osm
21 21
22# go
23PATH=$PATH:$HOME/go/bin
24
diff --git a/tigrc b/tigrc
index 6de641a..5350127 100644
--- a/tigrc
+++ b/tigrc
@@ -43,7 +43,7 @@ bind generic Ur @git remote rename "%(prompt Rename which remote?: )" "%(prompt
43bind generic U! @git remote remove "%(prompt Remove which remote?: )" 43bind generic U! @git remote remove "%(prompt Remove which remote?: )"
44bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )" 44bind generic Us @git remote set-url "%(prompt Set url for which remote?: )" "%(prompt New url: )"
45bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )" 45bind generic Uf ?git fetch "%(prompt Fetch from which remote?: )"
46bind generic Uu ?git remote update --prune 46bind generic UU ?git remote update --prune
47bind generic Uprf ?git fetch "%(prompt Fetch from which remote?: )" pull/"%(prompt PR number: )"/head:pr 47bind 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