diff options
-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' |