1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-24 02:40:17 +00:00

add alias "a"

This commit is contained in:
Luna 2023-11-02 08:53:56 +01:00
parent 2ca2072bc5
commit 609f584916

View file

@ -28,7 +28,8 @@ alias 'sudo -i'='sudo su -'
alias 'cls'='clear'
alias 'rsyncA'='rsync -azzP'
alias wgetx='wget `xclip -o`'
alias a='host -ta'
if iscmd doas; then
alias sudo='doas'
fi
fi