From 852d87eeca6a71dbfc3ba4cb713fc90d04c6c7f2 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 8 Aug 2022 19:27:10 +0200 Subject: nix flake update --- modules/basic-tools.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'modules/basic-tools.nix') diff --git a/modules/basic-tools.nix b/modules/basic-tools.nix index ee970dc..05fd298 100644 --- a/modules/basic-tools.nix +++ b/modules/basic-tools.nix @@ -55,10 +55,10 @@ ll = "lsd -lah"; lt = "lsd --tree"; vim = "nvim"; - vi = "nvim"; vf = "$EDITOR $(fzf)"; vff = "$EDITOR $(ls|fzf)"; mutt = "neomutt"; + grep = "grep --color=auto"; }; users.defaultUserShell = pkgs.zsh; @@ -70,10 +70,7 @@ bindkey -e ''; promptInit = '' - source /run/current-system/sw/share/zsh/plugins/liquidprompt/liquidprompt - if [[ -n "$IN_NIX_SHELL" ]]; then - prompt_tag "(nix-shell)" - fi + source /run/current-system/sw/share/zsh/plugins/liquidprompt/liquidprompt ''; }; -- cgit v1.3.1