diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-06 14:56:22 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-06 14:56:22 +0800 |
commit | 28ff305c83ddb348703b7d66ec676ad9c6584cdf (patch) | |
tree | 4458a3f35f4deccc8eee0436b6e5f98530215871 /alias | |
parent | fa1c6007ef12af3625c5b890c73afe7a5e7b935c (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ check() { | |||
162 | check_repo $HOME/.password-store | 162 | check_repo $HOME/.password-store |
163 | check_repo $HOME/vimwiki | 163 | check_repo $HOME/vimwiki |
164 | } | 164 | } |
165 | alias ch='check' | 165 | alias ch='check 2>/dev/null' |
166 | 166 | ||
167 | # github | 167 | # github |
168 | export GITHUB_API='https://api.github.com' | 168 | export GITHUB_API='https://api.github.com' |