removed not working plugins and added colorls alias

This commit is contained in:
Christoph Hollizeck 2024-03-27 11:25:14 +01:00
parent 0c2e964611
commit ed43aa7e14
2 changed files with 15 additions and 8 deletions

View file

@ -15,8 +15,6 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = with pkgs.fishPlugins; [ home.packages = with pkgs.fishPlugins; [
autopair
colored-man-pages
forgit forgit
sponge sponge
]; ];
@ -25,6 +23,14 @@ in {
fish = { fish = {
enable = true; enable = true;
shellInit = "zoxide init fish | source"; shellInit = "zoxide init fish | source";
shellAliases = {
vim = "nvim";
ls = "colorls";
l = "colorls -l";
la = "colorls -a";
lla = "colorls -la";
l = "colorls --tree";
};
}; };
starship = { starship = {

View file

@ -21,6 +21,7 @@ in {
tree tree
ripgrep ripgrep
fzf fzf
colorls
]; ];
wyrdgard = { wyrdgard = {