update fish config
This commit is contained in:
parent
88b40816aa
commit
282d2e878e
|
@ -239,6 +239,13 @@ in {
|
||||||
gr = "cd (git root)";
|
gr = "cd (git root)";
|
||||||
gri = "git rebase --interactive FETCH_HEAD";
|
gri = "git rebase --interactive FETCH_HEAD";
|
||||||
};
|
};
|
||||||
|
functions = {
|
||||||
|
fish_greeting = "";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
programs.zoxide = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
};
|
};
|
||||||
home.file = {
|
home.file = {
|
||||||
# ".config/sway/config".source = ./sway;
|
# ".config/sway/config".source = ./sway;
|
||||||
|
|
Loading…
Reference in a new issue