From fc2e2d80787cc0680ccf7f930e4ac6a0b3d5f3d0 Mon Sep 17 00:00:00 2001 From: Aleksandar 'The Cobra' Widulski Date: Tue, 26 Apr 2022 03:14:44 -0400 Subject: [PATCH] ncurses is bloat Signed-off-by: Aleksandar 'The Cobra' Widulski --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index e51fa09..7b86558 100644 --- a/.bashrc +++ b/.bashrc @@ -12,6 +12,7 @@ export GPG_TTY=$(tty) # We hate sudo here alias sudo='sh -c "exit 1"' # Other aliases +alias clear="printf '\033[2J\033[H'" alias c='clear' alias ls='ls --color=auto -FAh' alias ll='ls -l'