1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-17 07:56:50 +00:00

Update tunt alias to use fc instead of !!

This commit is contained in:
Luna 2023-11-02 12:10:36 +01:00
parent 35de8244c5
commit 918cffedce

View file

@ -29,7 +29,7 @@ alias 'cls'='clear'
alias 'rsyncA'='rsync -azzP' alias 'rsyncA'='rsync -azzP'
alias wgetx='wget `xclip -o`' alias wgetx='wget `xclip -o`'
alias a='host -ta' alias a='host -ta'
alias tunt='until !!; do sleep 5 ; done' alias tunt='until fc -s; do sleep 5 ; done'
if iscmd doas; then if iscmd doas; then
alias sudo='doas' alias sudo='doas'
fi fi