chore: nixfmt
This commit is contained in:
parent
ff0f6d4a23
commit
76a755bcdf
10 changed files with 55 additions and 85 deletions
|
@ -28,13 +28,9 @@
|
|||
zoxide init --cmd cd fish | source
|
||||
'';
|
||||
|
||||
shellAbbrs = {
|
||||
z = "zoxide";
|
||||
};
|
||||
shellAbbrs = { z = "zoxide"; };
|
||||
|
||||
shellAliases = {
|
||||
del = "trash_file";
|
||||
};
|
||||
shellAliases = { del = "trash_file"; };
|
||||
|
||||
functions = {
|
||||
fish_prompt.body = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue