mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.04k stars 8.75k forks source link

Added please alias #892

Closed cgorshing closed 4 years ago

cgorshing commented 4 years ago

Taken from https://twitter.com/zzaaho/status/1160825118597292032

alias please='sudo $(fc -ln -1)'
~$ bash ./helloworld
bash: ./helloworld: permission denied
~$ please
Hello World!
mathiasbynens commented 4 years ago

Thanks for the suggestion, but I'm gonna pass on this one :)