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
update zshrc
pull/1/head
Brett Langdon
12 years ago
parent
e7b99ffedd
commit
dc8a856410
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
zshrc
+ 3
- 2
zshrc
View File
@ -1,8 +1,9 @@
export
TERM
=
"xterm-256color"
ZSH
=
$HOME
/.oh-my-zsh
ZSH_THEME
=
"
bir
a"
ZSH_THEME
=
"a
gnoster
"
DISABLE_AUTO_UPDATE
=
"true"
COMPLETION_WAITING_DOTS
=
"true"
plugins
=
(
git pip python node npm
)
plugins
=
(
git pip python node npm
tmux
)
source
$ZSH
/oh-my-zsh.sh
Write
Preview
Loading…
Cancel
Save