added screen clear to home alias

This commit is contained in:
Brad Ganley 2023-12-12 19:33:49 -06:00
parent bdfbd4419b
commit f5f78941c4

View File

@ -62,7 +62,7 @@ esac
# General
# Get $HOME quick
alias ~='cd ~/'
alias ~='cd ~/;clear'
# A Nice display of all files in a directory
alias ll='ls -hog'
# Above but...different I'm sure