aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-freebsd
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-freebsd
parentd308281c01c9fc1ab4276dbccf6c411640379c49 (diff)
downloaddotfiles-01cc1fd9f8d3484451fb33dc06d3eb76622dd7e0.tar.gz
rearrange .zshrc modularity and switch to nvim
Diffstat (limited to '.zshrc-freebsd')
-rw-r--r--.zshrc-freebsd5
1 files changed, 0 insertions, 5 deletions
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 ##################