This commit is contained in:
swagg boi 2025-03-23 17:01:52 -04:00
parent 09b7dcc2e1
commit cc31b88da3

View File

@ -8,8 +8,8 @@ if [ -t 0 ] && [ -x /usr/games/fortune ]; then
fi
# user specific aliases
alias l='ls -lhF'
alias la='ls -lahF'
alias l='ls -blhF'
alias la='ls -blahF'
alias ..='cd ..'
alias digg='dig +short +noshort'
alias h='echo $HOME'