1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:20:04 +08:00

Typo dashboard (#2477)

This commit is contained in:
John R Barker 2019-01-21 08:39:33 +00:00 committed by Wang Shidong
parent 6266158722
commit 6d514432a1

View File

@ -51,7 +51,7 @@ func! myspacevim#before() abort
let g:gista#client#default_username = 'monkeyxite'
endf
```
Refer [github dashboar](https://github.com/junegunn/vim-github-dashboard), for security concerns you could create a Personal Access Token, export it as an environment variable and use it as a password.
Refer [github dashboard](https://github.com/junegunn/vim-github-dashboard), for security concerns you could create a Personal Access Token, export it as an environment variable and use it as a password.
```shell
# in some secure file sourced in your .bashrc, .bash_profile, .zshrc, etc.
export GITHUB_TOKEN="<your 40 char token>"