Skip to content

Commit

Permalink
add yarn up zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhou committed May 6, 2022
1 parent 8f7366b commit 17d4686
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


registry "https://registry.npm.taobao.org"
chromedriver_cdnurl "https://npm.taobao.org/mirrors/chromedriver"
disturl "https://npm.taobao.org/dist"
electron_mirror "https://npm.taobao.org/mirrors/electron/"
lastUpdateCheck 1620268641097
node_inspector_cdnurl "https://npm.taobao.org/mirrors/node-inspector"
operadriver_cdnurl "https://npm.taobao.org/mirrors/operadriver"
phantomjs_cdnurl "https://npm.taobao.org/mirrors/phantomjs"
puppeteer_download_host "https://npm.taobao.org/mirrors"
sass_binary_site "https://cdn.npm.taobao.org/dist/node-sass"
selenium_cdnurl "https://npm.taobao.org/mirrors/selenium"
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ ZSH_THEME="bira"
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
plugins=(zsh-autosuggestions)

source $ZSH/oh-my-zsh.sh

Expand Down

0 comments on commit 17d4686

Please sign in to comment.