File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2929
3030我采用的搭建博客的方式是使用 [ GitHub Pages] ( https://pages.github.com/ ) + [ jekyll] ( http://jekyll.com.cn/ ) 的方式。
3131
32- 要使用 GitHub Pages,首先你要注册一个[ GitHub] ( https://github.com/ ) 账号,GitHub 是全球最大的同性交友网站,你值得拥有。
32+ 要使用 GitHub Pages,首先你要注册一个 [ GitHub] ( https://github.com/ ) 账号,GitHub 是全球最大的同性交友网站(吐槽下程序员 ~ ) ,你值得拥有。
3333
3434![ ] ( https://ww4.sinaimg.cn/large/006tKfTcgy1fch0a9kz7aj31kw0z7npd.jpg )
3535
Original file line number Diff line number Diff line change 5252
5353## 设置为默认shell
5454
55- chsh -s /bin/zsh
55+ chsh -s /bin/zsh
56+
57+ ## 添加自定义命令
58+
59+ open ~/.zshrc
60+ 添加显示隐藏文件的快捷命令
61+
62+ alias fd='defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder'
63+ alias fh='defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder'
You can’t perform that action at this time.
0 commit comments