2151
to 2155
: Enterprise
- Finale is set in
2161
2233
to 2258
: Reboot film (Alternate universe)
2259
to 2260
: Into the Darkness (Alternate universe)
#!/usr/bin/env ruby | |
# Usage: | |
# | |
# => brew install imagemagick | |
# => gem install anki2 kramdown rmagick image_optim image_optim_pack | |
# => chmod +x ./anki.rb | |
# => ./anki.rb questions.md | |
require 'rubygems' |
I went on a first date with this guy; I didn’t know what to say to him? | |
What is the first song that comes to mind when I say the word “party”? | |
Can birds get allergies? | |
Why did my gf who said she loved me cheat on me rite in fornt of me and not care? | |
How long does it take to get THC out of your system if you only smoke on the weekends? | |
My girlfriend threw my dog off my balcony when I broke up with her Im not sure what to do? | |
Can toenails be swallowed? | |
Is it okay to bring jelly beans on a plane? | |
is masturbation create problem? | |
I’m in LOVE with Krista from Fern Gully. Are there any websites devoted to her? |
--targetusername = -u (To specify a non-default scratch org) | |
--targetdevhubusername = -v (To specify a non-default Dev Hub org) | |
--setdefaultdevhubusername = -d | |
--setdefaultusername = -s | |
--instanceurl = -r | |
--setalias = -a |
# Default editor | |
export EDITOR="code" | |
# History | |
export HISTFILE=$HOME/.zsh_history | |
export HISTSIZE=1000 | |
export SAVEHIST=1000 | |
# Aliases | |
alias reload="source $HOME/.zshrc" |