Add GDU check

This commit is contained in:
2023-07-21 13:19:35 +01:00
parent a42a3f4834
commit 6fd30cef87
2 changed files with 18 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# General
alias clear="printf '\033c'" # faster than ncurses clear by a lot
alias c='clear'
alias q="exit"
alias bashrc="vim ~/.bashrc && source ~/.bashrc"
# LS
alias ls='ls --color=auto -FAh'