zsh vim mode, etc.

This commit is contained in:
2022-04-07 13:22:46 -04:00
parent 6764dfe2ae
commit 5eb41d2f3a
2 changed files with 4 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ in
];
home.sessionVariables = {
EDITOR = "vim";
EDITOR = "$PATH:${builtins.getEnv "HOME"}/.local/bin/lvim";
BROSWER = "open";
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
PATH = "$PATH:${builtins.getEnv "HOME"}/.cargo/bin";
@@ -73,7 +73,7 @@ in
enableAutosuggestions = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" ];
plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" "vi-mode" ];
};
shellAliases = {
l = "exa -lah --icons --git";