mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 12:42:18 +00:00
formatting fixes
This commit is contained in:
parent
9b0b4cf9f8
commit
479419c33c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
shellAbbrs = rec { k = "kubectl"; };
|
shellAbbrs = { k = "kubectl"; };
|
||||||
|
|
||||||
functions = { nugo = "hugo new content/posts/$argv/index.md"; };
|
functions = { nugo = "hugo new content/posts/$argv/index.md"; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue