This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Default editor | |
export EDITOR="code" | |
# History | |
export HISTFILE=$HOME/.zsh_history | |
export HISTSIZE=1000 | |
export SAVEHIST=1000 | |
# Aliases | |
alias reload="source $HOME/.zshrc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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' |