diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-11 14:04:59 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-11 14:06:17 +0100 |
commit | 3c42aab2e9c4d1517b643a7ac20774394a90a191 (patch) | |
tree | 9a91a046204d57ef1badd2d7dc1e716a31b9aa3d /zsh/.zprofile | |
parent | 1facaf5863fdc2f2327f60ae15008a90ff2d2551 (diff) | |
download | dotfiles-3c42aab2e9c4d1517b643a7ac20774394a90a191.tar.xz |
zprofile: Replace GREP_OPTIONS with alias
GREP_OPTIONS is deprecated.
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index f84472f..b0c45dc 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -26,8 +26,6 @@ export PAGER=less export LESS=-R export LESSHISTFILE="$XDG_CACHE_HOME"/lesshist -export GREP_OPTIONS=--color=auto - export SDL_AUDIODRIVER=pulse export GTK_IM_MODULE=xim |