diff options
author | katherine <shmibs@shmibbles.me> | 2017-02-19 00:05:04 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-02-19 00:05:04 -0700 |
commit | 01cc1fd9f8d3484451fb33dc06d3eb76622dd7e0 (patch) | |
tree | 4c66447468cfd39bfeafdcb98b93c54de131f73f /.zshrc-freebsd | |
parent | d308281c01c9fc1ab4276dbccf6c411640379c49 (diff) | |
download | dotfiles-01cc1fd9f8d3484451fb33dc06d3eb76622dd7e0.tar.gz |
rearrange .zshrc modularity and switch to nvim
Diffstat (limited to '.zshrc-freebsd')
-rw-r--r-- | .zshrc-freebsd | 5 |
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 ################## |