diff options
| -rw-r--r-- | alias | 1 | ||||
| -rw-r--r-- | tigrc | 2 |
2 files changed, 2 insertions, 1 deletions
| @@ -138,6 +138,7 @@ alias co='curl -O' | |||
| 138 | alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' | 138 | alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' |
| 139 | 139 | ||
| 140 | # misc | 140 | # misc |
| 141 | alias wcl='wc -l' | ||
| 141 | alias x='xdg-open' | 142 | alias x='xdg-open' |
| 142 | alias f='free -h' | 143 | alias f='free -h' |
| 143 | alias yl='youtube-dl' | 144 | alias yl='youtube-dl' |
| @@ -166,7 +166,7 @@ bind main gc !sh -c 'cloc --git %(commit) | tig' | |||
| 166 | ## Misc-android | 166 | ## Misc-android |
| 167 | bind main <C-B> !sh scripts/bump_version.sh | 167 | bind main <C-B> !sh scripts/bump_version.sh |
| 168 | ## Remote | 168 | ## Remote |
| 169 | bind main U +sh -c "git remote -v | grep %(remote)" | 169 | bind 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) |