diff options
Diffstat (limited to 'profiles/core/home.nix')
| -rw-r--r-- | profiles/core/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/core/home.nix b/profiles/core/home.nix index 4010aff..8f137cc 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -191,6 +191,7 @@ } export ZLE_REMOVE_SUFFIX_CHARS=$' \t\n;&|/@' + export MANPAGER='nvim +Man!' export EDITOR="nvim" export TERMINAL="st" ( command -v brew ) &>/dev/null && eval "$(/opt/homebrew/bin/brew shellenv)" |
