mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
On shell init, akiflags
This commit is contained in:
parent
ced90cc93d
commit
326b0e6613
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue