回答編集履歴
1
ついき、修正。
test
CHANGED
@@ -39,3 +39,39 @@
|
|
39
39
|
```
|
40
40
|
|
41
41
|
を実行して、~/.bash_profile の再読み込みするか、再ログインすれば有効になります。
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
----
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
zsh のタグがついているので、zsh にインストールするのであれば、
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
README.md に
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
> ZSH
|
60
|
+
|
61
|
+
> Also if you use zsh as your shell, you can install this via zplug which is powerfull plugin mananger for zsh:
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
とあるように zplug を入れて、
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
```
|
70
|
+
|
71
|
+
zplug "b4b4r07/enhancd", use:init.sh
|
72
|
+
|
73
|
+
```
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
で、インストールできるのでは?
|