diff options
author | typebrook <typebrook@gmail.com> | 2019-12-17 11:40:56 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-17 11:40:56 +0800 |
commit | 04dab6d7df09315145735656327fac19af19c7e3 (patch) | |
tree | 18b175e8b3284e23ea3af87c1defd12fb38bca0a | |
parent | 98d780f88522accc20124e18beab85bf42d09584 (diff) |
update
-rw-r--r-- | alias | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,7 +106,7 @@ alias ta='tig --all' | |||
106 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.5.0/tig' | 106 | alias get-tig='curl -LO https://github.com/typebrook/tig/releases/download/tig-2.5.0/tig' |
107 | upload-tig() { | 107 | upload-tig() { |
108 | upload-github-release-asset.sh \ | 108 | upload-github-release-asset.sh \ |
109 | github_api_token=$(cat ~/settings/tokens/github-release) \ | 109 | github_api_token=$(cat ~/settings/tokens/github) \ |
110 | owner=typebrook \ | 110 | owner=typebrook \ |
111 | repo=tig \ | 111 | repo=tig \ |
112 | tag=LATEST \ | 112 | tag=LATEST \ |
@@ -187,6 +187,7 @@ alias xc='xsel -ob | gcc -xc -' | |||
187 | image_vertical() { convert $@ -append output.png } | 187 | image_vertical() { convert $@ -append output.png } |
188 | 188 | ||
189 | # misc | 189 | # misc |
190 | alias token="cd $SETTING_DIR && vim $SETTING_DIR/tokens" | ||
190 | alias gr='_grepString' | 191 | alias gr='_grepString' |
191 | _grepString() { grep -R $1 . } | 192 | _grepString() { grep -R $1 . } |
192 | alias findn='find . -iname' | 193 | alias findn='find . -iname' |
@@ -210,7 +211,6 @@ big52utf8() { iconv -f BIG-5 -t UTF-8 } | |||
210 | 211 | ||
211 | # tmp | 212 | # tmp |
212 | alias cdo='cd ~/git/openmaptiles' | 213 | alias cdo='cd ~/git/openmaptiles' |
213 | alias cdoo='cd ~/git/openmaptiles/styles/outdoor' | ||
214 | alias cdS='cd ~/git/StreetComplete' | 214 | alias cdS='cd ~/git/StreetComplete' |
215 | alias cdW='cd ~/git/geoBingAnWeb' | 215 | alias cdW='cd ~/git/geoBingAnWeb' |
216 | alias and='cd ~/git/geoBingAn.Android' | 216 | alias and='cd ~/git/geoBingAn.Android' |