From f422ad701ce41373e7a293160faf5a19eeea19fa Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 11 Jun 2022 23:28:31 +0200 Subject: nixpkgs-fmt --- modules/basic-tools.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/basic-tools.nix') diff --git a/modules/basic-tools.nix b/modules/basic-tools.nix index 1500f82..e42d162 100644 --- a/modules/basic-tools.nix +++ b/modules/basic-tools.nix @@ -62,8 +62,8 @@ ls = "exa"; ll = "exa -l"; l = "exa -al"; - ssh="TERM=xterm-256color ssh"; - mutt="neomutt"; + ssh = "TERM=xterm-256color ssh"; + mutt = "neomutt"; }; users.defaultUserShell = pkgs.zsh; @@ -75,10 +75,10 @@ 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 + if [[ -n "$IN_NIX_SHELL" ]]; then + prompt_tag "(nix-shell)" + fi ''; }; -- cgit v1.3.1