update fish config

This commit is contained in:
Leonardo Eugênio 2022-08-01 23:18:35 -03:00
parent 88b40816aa
commit 282d2e878e

View file

@ -239,6 +239,13 @@ in {
gr = "cd (git root)";
gri = "git rebase --interactive FETCH_HEAD";
};
functions = {
fish_greeting = "";
};
};
programs.zoxide = {
enable = true;
enableFishIntegration = true;
};
home.file = {
# ".config/sway/config".source = ./sway;