mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:30:05 +08:00
Typo dashboard (#2477)
This commit is contained in:
parent
6266158722
commit
6d514432a1
@ -51,7 +51,7 @@ func! myspacevim#before() abort
|
|||||||
let g:gista#client#default_username = 'monkeyxite'
|
let g:gista#client#default_username = 'monkeyxite'
|
||||||
endf
|
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
|
```shell
|
||||||
# in some secure file sourced in your .bashrc, .bash_profile, .zshrc, etc.
|
# in some secure file sourced in your .bashrc, .bash_profile, .zshrc, etc.
|
||||||
export GITHUB_TOKEN="<your 40 char token>"
|
export GITHUB_TOKEN="<your 40 char token>"
|
||||||
|
Loading…
Reference in New Issue
Block a user