diff --git a/.bashrc b/.bashrc index 3225e61..1e69343 100644 --- a/.bashrc +++ b/.bashrc @@ -69,6 +69,8 @@ alias spico='sedit' alias nano='edit' alias snano='sedit' alias vim='nvim' +alias linutil='curl -fsSL https://christitus.com/linux | sh' + # To have colors for ls and all grep commands such as grep, egrep and zgrep export CLICOLOR=1