From 0aafde3063c7324bc057a02c687a28d25bcf3b57 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 13 May 2021 19:28:55 +0300 Subject: [PATCH] fix --- profiles/core/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiles/core/default.nix b/profiles/core/default.nix index 40687b0..6738606 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -121,9 +121,6 @@ in si = ifSudo "sudo -i"; se = ifSudo "sudoedit"; - # top - top = "gotop"; - # systemd ctl = "systemctl"; stl = ifSudo "s systemctl";