On shell init, akiflags

This commit is contained in:
kat witch 2021-07-24 23:21:27 +01:00
parent ced90cc93d
commit 326b0e6613
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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";