Skip to content

Commit 8890b21

Browse files
committed
fix posts
Signed-off-by: BY <qiubaiying@gmail.com>
1 parent 4a50cad commit 8890b21

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

_posts/2017-02-06-快速搭建个人博客.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tags:
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

_posts/2017-06-19-快速配置zsh.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,12 @@ tags:
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'

0 commit comments

Comments
 (0)