mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 04:32:19 +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 = {
|
||||
shellAbbrs = rec { k = "kubectl"; };
|
||||
shellAbbrs = { k = "kubectl"; };
|
||||
|
||||
functions = { nugo = "hugo new content/posts/$argv/index.md"; };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue