aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-linux
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-02-19 00:05:04 -0700
committerkatherine <shmibs@shmibbles.me>2017-02-19 00:05:04 -0700
commit01cc1fd9f8d3484451fb33dc06d3eb76622dd7e0 (patch)
tree4c66447468cfd39bfeafdcb98b93c54de131f73f /.zshrc-linux
parentd308281c01c9fc1ab4276dbccf6c411640379c49 (diff)
downloaddotfiles-01cc1fd9f8d3484451fb33dc06d3eb76622dd7e0.tar.gz
rearrange .zshrc modularity and switch to nvim
Diffstat (limited to '.zshrc-linux')
-rw-r--r--.zshrc-linux8
1 files changed, 2 insertions, 6 deletions
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 ##################