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-linux | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.zshrc-linux') diff --git a/.zshrc-linux b/.zshrc-linux index b5de6cd..904ee51 100644 --- a/.zshrc-linux +++ b/.zshrc-linux @@ -1,16 +1,12 @@ ################### ALIASES ################## -alias ag='ag --color-match "1;34"' + alias diff='colordiff' alias grep='grep --color=auto' -alias latex='latex -output-format=pdf' alias less='less -R' alias ls='ls --color=auto' alias ll='ls -lh --color=auto' -alias :q='exit' - -export EDITOR="vim" -export PAGER="less -R" +export PAGER='less -R' ################## FUNCTIONS ################## -- cgit v1.2.3