Commit 21d51a800ca0
Changed files (2)
modules
profiles
modules/profiles/aliases.shell.nix
@@ -13,4 +13,5 @@
wget = ''wget -c'';
map = ''xargs -n1'';
chos4 = ''curl -s chmouel.com/tmp/vincent.kubeconfig.gpg|gpg --decrypt > ~/.kube/config.os4 && export KUBECONFIG=~/.kube/config.os4'';
+ m = ''m'';
}
modules/profiles/dev.nix
@@ -36,10 +36,5 @@ in
yq
];
}
- (mkIf config.profiles.fish.enable {
- programs.fish.shellAbbrs = {
- m = "make";
- };
- })
]);
}