http://www.elixir.london/Elixir-LDN-2017/
github Keynote - Elixir 1.5 Update and Q&A
Links: Release notes for 1.5.0
http://www.elixir.london/Elixir-LDN-2017/
github Keynote - Elixir 1.5 Update and Q&A
Links: Release notes for 1.5.0
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Blue Component</key> | |
| <real>0.18556660413742065</real> | |
| <key>Green Component</key> | |
| <real>0.21965453028678894</real> |
| # emacs colour customization | |
| DARK_GREEN = '#67930F' | |
| DARK_YELLOW = '#968B26' | |
| DARK_RED = '#A20C41' | |
| LIGHT_GREEN = '#C1F161' | |
| LIGHT_YELLOW = '#F3EA98' | |
| LIGHT_RED = '#FC5C94' | |
| DEFAULT = '#49483E' |
| # general aliases | |
| alias c='clear' | |
| alias h='history 25' | |
| # git aliases | |
| alias ga='git add' | |
| alias gb='git branch' | |
| alias gc='git commit' | |
| alias gca='git commit -a' | |
| alias gcam='git commit -a -m' |