

61·
2 days agoThe worst part is, international laws and conventions are basically means nothing at this point. US actions simply incentivizes more countries to get mass-destruction weapons.
- Does US call you as 51. state? Get a nuke.
- Does US want to invade your island? Get a nuke.
- Does US want to airstrike your country? Get a nuke.
- Does US government officials breach your constitutional rights? Maybe consider owning a mini-nuke.
Thanks to these maniacs, Kim Jong Un now seems to be wisest person on the earth…
jmpd(jump directory): fuzzy finds and opens directory with fzf
# fish shell function jmpd set _selection $(fzf --walker=dir); if test -n "$_selection" cd "$_selection"; end end