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
set emacs as default editor
pull/1/head
Brett Langdon
12 years ago
parent
7c28cfc2f8
commit
709f72b8ea
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
zshrc
+ 1
- 0
zshrc
View File
@ -6,6 +6,7 @@ plugins=(git pip python node npm)
source
$ZSH
/oh-my-zsh.sh
export
EDITOR
=
emacs
PATH
=
/usr/local/bin:/usr/local/sbin:
$PATH
export
PATH
=
$PATH
:/usr/local/go/bin
export
NODE_PATH
=
/usr/local/lib/node_modules
Write
Preview
Loading…
Cancel
Save