obnomus@lemmy.ml to linuxmemes@lemmy.worldEnglish · 26 days agoNoicelemmy.mlimagemessage-square122linkfedilinkarrow-up1480
arrow-up1480imageNoicelemmy.mlobnomus@lemmy.ml to linuxmemes@lemmy.worldEnglish · 26 days agomessage-square122linkfedilink
minus-squarelefixxx@lemmy.worldlinkfedilinkarrow-up4·25 days agowish i could alias that alias ffs=“sudo !!”
minus-squaretimbuck2themoon@sh.itjust.workslinkfedilinkEnglisharrow-up5·25 days agoalias ffs='sudo $(history -p !!)'
minus-squareTedZanzibar@feddit.uklinkfedilinkEnglisharrow-up2·25 days agoJust to confirm: I tried this, it works.
minus-squareCaveman@lemmy.worldlinkfedilinkarrow-up1·25 days agoThat doesn’t work? I would have thought it would work.
minus-squarelefixxx@lemmy.worldlinkfedilinkarrow-up2·25 days ago!! Gets replaced by whatever was run before the alias command
wish i could alias that
alias ffs=“sudo !!”
alias ffs='sudo $(history -p !!)'Just to confirm: I tried this, it works.
That doesn’t work? I would have thought it would work.
!! Gets replaced by whatever was run before the alias command