diff --git a/dotfiles/.profile b/dotfiles/.profile index 26855b8..ad591d1 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -1,5 +1,5 @@ BROWSER=firefox; export BROWSER -EDITOR=ed; export EDITOR +EDITOR=/usr/lib/plan9/bin/ed; export EDITOR PAGER="less"; export PAGER PLAN9=/usr/local/plan9; export PLAN9 PATH="\ diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index e85ab37..39ac9b9 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -1,6 +1,7 @@ -colorscheme delek +colorscheme elflord set bg=dark set mouse= +set noautoindent set nocp set noexpandtab set noim