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