diff options
| author | Grigory Shipunov | 2022-06-11 23:28:31 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-11 23:28:31 +0200 |
| commit | f422ad701ce41373e7a293160faf5a19eeea19fa (patch) | |
| tree | 411df2ce3e39385a9bae2c3010f4e090e92fad5b /modules/basic-tools.nix | |
| parent | 3924624e7516464d2f24cd19b62c02072436850c (diff) | |
nixpkgs-fmt
Diffstat (limited to 'modules/basic-tools.nix')
| -rw-r--r-- | modules/basic-tools.nix | 12 |
1 files changed, 6 insertions, 6 deletions
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 ''; }; |
