KillDash9@programming.dev to linuxmemes@lemmy.world · 3 days agoI can't like the fishprogramming.devimagemessage-square185linkfedilinkarrow-up1560arrow-down129
arrow-up1531arrow-down1imageI can't like the fishprogramming.devKillDash9@programming.dev to linuxmemes@lemmy.world · 3 days agomessage-square185linkfedilink
minus-squareSavinDWhales@lemmy.worldlinkfedilinkarrow-up7·3 days agoIf you’re not using fish: sudo !!
minus-squareSir_Premiumhengst@lemmy.worldlinkfedilinkarrow-up3·3 days agoYes. But: Bash: alias please=‘sudo $(history -p !!)’ Zsh: alias please=‘sudo $(fc -ln -1)’
minus-squareNilz@sopuli.xyzlinkfedilinkarrow-up3·3 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