clean up

This commit is contained in:
Moritz Böhme 2022-11-24 13:47:48 +01:00
parent cf6a2bafaf
commit e90fd62f5e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 4 additions and 144 deletions

View file

@ -73,12 +73,6 @@ in
fish_greeting = "";
cheat = "cht.sh $argv | bat -p";
};
plugins = [
{
name = "dracula";
src = inputs.dracula-fish;
}
];
};
fzf.enableFishIntegration = true;
starship.enableFishIntegration = true;