We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbafb7a commit da05fe3Copy full SHA for da05fe3
1 file changed
_wiki/개발환경세팅.md
@@ -3,7 +3,7 @@ layout : wiki
3
title : 개발환경세팅
4
summary : 새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)
5
date : 2018-08-15 19:41:36 +0900
6
-updated : 2021-03-31 19:27:06 +0900
+updated : 2021-04-20 06:14:25 +0900
7
ktags : tools
8
toc : true
9
public : true
@@ -78,6 +78,7 @@ zplug load
78
set -o vi
79
80
alias wiki='cd ~/_dev/anyjava/anyjava.github.io/_wiki'
81
+alias ff='open -a Firefox'
82
83
```
84
0 commit comments