KillDash9@programming.dev to linuxmemes@lemmy.world · 2 days agoI can't like the fishprogramming.devimagemessage-square73fedilinkarrow-up1472arrow-down130
arrow-up1442arrow-down1imageI can't like the fishprogramming.devKillDash9@programming.dev to linuxmemes@lemmy.world · 2 days agomessage-square73fedilink
minus-squareobnomus@lemmy.mllinkfedilinkEnglisharrow-up10·2 days agoI think I’m using fish and it works great, I love alt+s thing and auto complete thingy.
minus-squareSavinDWhales@lemmy.worldlinkfedilinkarrow-up6·2 days agoIf you’re not using fish: sudo !!
minus-squareSir_Premiumhengst@lemmy.worldlinkfedilinkarrow-up3·2 days agoYes. But: Bash: alias please=‘sudo $(history -p !!)’ Zsh: alias please=‘sudo $(fc -ln -1)’
minus-squareNilz@sopuli.xyzlinkfedilinkarrow-up3·2 days agoOr if you are on ZSH: press escape twice. Does require OhMyZSH with sudo plugin.
I think I’m using fish and it works great, I love alt+s thing and auto complete thingy.
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