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