removed not working plugins and added colorls alias
This commit is contained in:
parent
0c2e964611
commit
ed43aa7e14
|
@ -15,8 +15,6 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs.fishPlugins; [
|
||||
autopair
|
||||
colored-man-pages
|
||||
forgit
|
||||
sponge
|
||||
];
|
||||
|
@ -25,6 +23,14 @@ in {
|
|||
fish = {
|
||||
enable = true;
|
||||
shellInit = "zoxide init fish | source";
|
||||
shellAliases = {
|
||||
vim = "nvim";
|
||||
ls = "colorls";
|
||||
l = "colorls -l";
|
||||
la = "colorls -a";
|
||||
lla = "colorls -la";
|
||||
l = "colorls --tree";
|
||||
};
|
||||
};
|
||||
|
||||
starship = {
|
||||
|
|
|
@ -21,6 +21,7 @@ in {
|
|||
tree
|
||||
ripgrep
|
||||
fzf
|
||||
colorls
|
||||
];
|
||||
|
||||
wyrdgard = {
|
||||
|
|
Loading…
Reference in a new issue