mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
zsh.nix -> shell.nix
This commit is contained in:
parent
22cefdca3c
commit
c7d8d0b3d4
6 changed files with 12 additions and 11 deletions
7
config/users/kat/dev/shell.nix
Normal file
7
config/users/kat/dev/shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.zsh.shellAliases = {
|
||||
readmefmt = "pandoc -f markdown -t gfm --reference-links ./README.md --output README.md --wrap=preserve";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue