ncurses is bloat

Signed-off-by: Aleksandar 'The Cobra' Widulski <thecobra@riseup.net>
This commit is contained in:
Aleksandar 'The Cobra' Widulski 2022-04-26 03:14:44 -04:00
parent 150b512144
commit fc2e2d8078
No known key found for this signature in database
GPG Key ID: C8F7E7CA91BCBA64
1 changed files with 1 additions and 0 deletions

View File

@ -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'