update ubuntu bashrc

main
CrimsonTome 2022-07-05 10:39:42 +00:00 committed by Matt Clark
parent 20c73d0e02
commit 37e2903b9c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ unset rc
PS1=$"\w\n`whoami`💻`hostname`"$(tput blink)"-> "$(tput sgr0)
alias ls='ls -Alh --color=auto'
alias ls='ls -ltrhA --color=auto'
alias ai='sudo apt install'
alias aud='sudo apt update -y; sudo apt upgrade -y'
alias as='apt search'