l 2 base: MANPAGER=most PAGER=less

This commit is contained in:
lassulus 2016-03-15 13:25:15 +01:00
parent 6d84a00fa6
commit 8e42e8667e
2 changed files with 1 additions and 5 deletions
lass/2configs

View file

@ -81,7 +81,7 @@ with config.krebs.lib;
# multiple-definition-problem when defining environment.variables.EDITOR
environment.extraInit = ''
EDITOR=vim
PAGER=most
MANPAGER=most
'';
environment.systemPackages = with pkgs; [

View file

@ -54,10 +54,6 @@
#eval $( dircolors -b ~/.LS_COLORS )
#exports
export EDITOR='vim'
export MANPAGER='most'
export PAGER='vim -R -'
# export MANPAGER='sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g" | vim -R -c "set ft=man nonu nomod nolist" -'
#beautiful colors