📝 Added ls at the end of . alias

This commit is contained in:
z3rOR0ne 2022-07-31 13:05:26 -07:00
parent 07d3cb3da0
commit bbfe53e57f

View file

@ -1,5 +1,5 @@
#Custom Aliases
alias .="cd"
alias .="cd && ls"
alias more="less"
alias grep='grep --colour=auto'
alias egrep='egrep --colour=auto'