This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
use knife plugin
pull/1/head
Brett Langdon
11 years ago
parent
6b13795fa6
commit
e829ca2402
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
zshrc
+ 1
- 1
zshrc
View File
@ -3,7 +3,7 @@ ZSH=$HOME/.oh-my-zsh
ZSH_THEME
=
"agnoster"
DISABLE_AUTO_UPDATE
=
"true"
COMPLETION_WAITING_DOTS
=
"true"
plugins
=
(
git pip python node npm tmux
)
plugins
=
(
git pip python node npm tmux
knife
)
source
$ZSH
/oh-my-zsh.sh
Write
Preview
Loading…
Cancel
Save