summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/seth/shell/fish.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix
index feb12b3..7488b40 100644
--- a/users/seth/shell/fish.nix
+++ b/users/seth/shell/fish.nix
@@ -35,6 +35,10 @@
last_history_item.body = "echo $history[1]";
};
+ shellAbbrs = {
+ nixgc = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
+ };
+
plugins = let
mkFishPlugins = builtins.map (plugin: {
name = plugin;