From 326b0e6613c5c70b55a10898cdfe46040e1089e5 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 24 Jul 2021 23:21:27 +0100 Subject: [PATCH] On shell init, akiflags --- config/users/kat/base/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/users/kat/base/zsh.nix b/config/users/kat/base/zsh.nix index 755aba68..a399f296 100644 --- a/config/users/kat/base/zsh.nix +++ b/config/users/kat/base/zsh.nix @@ -29,6 +29,9 @@ in { programs.zsh = { enable = true; enableAutosuggestions = true; + initExtra = '' + echo ""; akiflags -rb; + ''; shellAliases = { nixdirfmt = "fd --color=never .nix | xargs nixpkgs-fmt"; exa = "exa --time-style long-iso";