summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-07-08 09:25:19 +0800
committertypebrook <typebrook@gmail.com>2019-07-08 09:25:19 +0800
commit151d60c858b6001499a4f45b4537af4de07f3ee7 (patch)
tree028c3672c43181901fdae4e9dc19b0f7e3910daf
parent7f065b06366d036cb24f76f50fe55b88850f3553 (diff)
update
-rw-r--r--alias1
-rw-r--r--tigrc2
2 files changed, 2 insertions, 1 deletions
diff --git a/alias b/alias
index a621f56..d071043 100644
--- a/alias
+++ b/alias
@@ -138,6 +138,7 @@ alias co='curl -O'
138alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' 138alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf'
139 139
140# misc 140# misc
141alias wcl='wc -l'
141alias x='xdg-open' 142alias x='xdg-open'
142alias f='free -h' 143alias f='free -h'
143alias yl='youtube-dl' 144alias yl='youtube-dl'
diff --git a/tigrc b/tigrc
index 3a77099..fece813 100644
--- a/tigrc
+++ b/tigrc
@@ -166,7 +166,7 @@ bind main gc !sh -c 'cloc --git %(commit) | tig'
166## Misc-android 166## Misc-android
167bind main <C-B> !sh scripts/bump_version.sh 167bind main <C-B> !sh scripts/bump_version.sh
168## Remote 168## Remote
169bind main U +sh -c "git remote -v | grep %(remote)" 169bind main gr +sh -c "git remote -v | grep %(remote)"
170 170
171# note 171# note
172#bind generic gnn !git notes edit %(commit) 172#bind generic gnn !git notes edit %(commit)