diff options
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r-- | user/settings/shell.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 0b232d0e..18cab4ab 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -49,10 +49,6 @@ in hist-freq-commands = lib.mkDefault "fc -l -10000 | cut -d' ' -f4 | sort | uniq -c | sort -gr | head -n100 | less"; wprop = "xprop | egrep '^WM_(CLASS|NAME|WINDOW_ROLE|TYPE)'"; - # Enable the following commands to support aliases. - sudo = "sudo "; - watch = "watch "; - e = "$EDITOR"; se = "sudo -e"; |