diff options
Diffstat (limited to '')
| -rw-r--r-- | config/zsh/zshrc | 2 | ||||
| -rw-r--r-- | configuration.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc index ffa9f30..32392ab 100644 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -2,7 +2,7 @@ autoload -U colors && colors; setopt auto_cd; setopt inc_append_history; -export LESS=--chop-long-lines # less no wrapping +export LESS="-R --chop-long-lines" # less no wrapping export SAVEHIST=10000 # export HISTSIZE=50000 diff --git a/configuration.nix b/configuration.nix index e125469..e581422 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { imports = [ |
