KillDash9@programming.dev to linuxmemes@lemmy.world · 24 hours agoI can't like the fishprogramming.devimagemessage-square152fedilinkarrow-up1465arrow-down125
arrow-up1440arrow-down1imageI can't like the fishprogramming.devKillDash9@programming.dev to linuxmemes@lemmy.world · 24 hours agomessage-square152fedilink
minus-squareSavinDWhales@lemmy.worldlinkfedilinkarrow-up5·12 hours agoIf you’re not using fish: sudo !!
minus-squareSir_Premiumhengst@lemmy.worldlinkfedilinkarrow-up1·8 hours agoYes. But: Bash: alias please=‘sudo $(history -p !!)’ Zsh: alias please=‘sudo $(fc -ln -1)’
minus-squareNilz@sopuli.xyzlinkfedilinkarrow-up1·11 hours agoOr if you are on ZSH: press escape twice. Does require OhMyZSH with sudo plugin.
TIL the alt+s thing
https://github.com/nvbn/thefuck
If you’re not using fish:
sudo !!Yes.
But: Bash: alias please=‘sudo $(history -p !!)’ Zsh: alias please=‘sudo $(fc -ln -1)’
Or if you are on ZSH: press escape twice. Does require OhMyZSH with sudo plugin.