.profile: Add more useless aliases
This commit is contained in:
parent
5fd7abc3c9
commit
e35a2c0333
4
.profile
4
.profile
@ -113,6 +113,10 @@ if ! has define; then
|
||||
alias define='mate-dictionary -n --look-up'
|
||||
fi
|
||||
fi
|
||||
if ! has helpme; then
|
||||
# https://breanneboland.com/blog/2020/02/28/you-can-put-what-in-dns-txt-records-a-blog-post-for-con-west-2020/
|
||||
alias helpme='dig +short txt "$(( RANDOM % 50 )).maybethiscould.work"'
|
||||
fi
|
||||
if has emerge; then
|
||||
alias e-depclean='sudo emerge -a --depclean'
|
||||
alias e-inst='sudo emerge -a --jobs --tree --quiet-build y'
|
||||
|
Loading…
Reference in New Issue
Block a user