KillDash9@programming.dev to linuxmemes@lemmy.world · 11 days agoI can't like the fishprogramming.devimagemessage-square165linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageI can't like the fishprogramming.devKillDash9@programming.dev to linuxmemes@lemmy.world · 11 days agomessage-square165linkfedilink
minus-squareSavinDWhales@lemmy.worldlinkfedilinkarrow-up0·11 days agoIf you’re not using fish: sudo !!
minus-squareNilz@sopuli.xyzlinkfedilinkarrow-up0·11 days agoOr if you are on ZSH: press escape twice. Does require OhMyZSH with sudo plugin.
minus-squareSir_Premiumhengst@lemmy.worldlinkfedilinkarrow-up0·10 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