From 12c18698e081bd64fa9747305311feb30572a338 Mon Sep 17 00:00:00 2001 From: dtb Date: Sun, 15 Jan 2023 18:56:46 -0500 Subject: [PATCH] phone stuff --- dotfiles/.profile | 2 +- dotfiles/.vimrc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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