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