obnomus@lemmy.mlcake to linuxmemes@lemmy.worldEnglish · 21 days agoNoicelemmy.mlimagemessage-square122fedilinkarrow-up1479arrow-down110
arrow-up1469arrow-down1imageNoicelemmy.mlobnomus@lemmy.mlcake to linuxmemes@lemmy.worldEnglish · 21 days agomessage-square122fedilink
minus-squarelefixxx@lemmy.worldlinkfedilinkarrow-up3·edit-220 days agowish i could alias that alias ffs=“sudo !!”
minus-squaretimbuck2themoon@sh.itjust.workslinkfedilinkEnglisharrow-up4·19 days agoalias ffs='sudo $(history -p !!)'
minus-squareTedZanzibar@feddit.uklinkfedilinkEnglisharrow-up2·19 days agoJust to confirm: I tried this, it works.
minus-squareCaveman@lemmy.worldlinkfedilinkarrow-up1·20 days agoThat doesn’t work? I would have thought it would work.
minus-squarelefixxx@lemmy.worldlinkfedilinkarrow-up2·20 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