diff --git a/bashhacks/myenv.bash b/bashhacks/myenv.bash index 221f489..808abcf 100644 --- a/bashhacks/myenv.bash +++ b/bashhacks/myenv.bash @@ -1,4 +1,3 @@ -export PYTHONDONTWRITEBYTECODE=1 -export CLICOLOR=1 export EDITOR=vim -export LC_ALL="en_US.UTF-8" +export VISUAL=vim +export PAGER=less