From 01cc1fd9f8d3484451fb33dc06d3eb76622dd7e0 Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 19 Feb 2017 00:05:04 -0700 Subject: rearrange .zshrc modularity and switch to nvim --- .zshrc-freebsd | 5 ----- 1 file changed, 5 deletions(-) (limited to '.zshrc-freebsd') diff --git a/.zshrc-freebsd b/.zshrc-freebsd index 04cc950..7292e28 100644 --- a/.zshrc-freebsd +++ b/.zshrc-freebsd @@ -4,12 +4,7 @@ alias ll='ls -lGh' alias grep='grep --color=auto' alias diff='colordiff' alias less='less -R' -alias ag='ag --color-match "1;34"' -alias svim='sudo -E vim' -alias :q='exit' - -export EDITOR="vim" export PAGER="less -R" ################## FUNCTIONS ################## -- cgit v1.2.3