Created
September 12, 2017 22:40
-
-
Save ericdouglas/0f30bfe4c3be65d79fcb4367868168fe to your computer and use it in GitHub Desktop.
Zim config
This file contains hidden or 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
| # Zim | |
| zprompt_theme='eriner' | |
| zcorrection='true' | |
| ztermtitle='%n@%m:%~' | |
| zhighlighters=(main brackets cursor) | |
| zmodules=(directory environment git git-info history input utility meta custom \ | |
| syntax-highlighting history-substring-search prompt completion autosuggestions) | |
| # Alias | |
| alias e="elixir" | |
| alias ec="elixirc" | |
| alias mt="mix test" | |
| alias md="mix docs" | |
| # change brightness of external monitor | |
| # ex: xrandr --output HDMI1 --brightness 0.8 | |
| alias emb="xrandr --output HDMI1 --brightness" | |
| # main monitor brightness | |
| # ex: xbacklight -set 80 | |
| alias mmb="xbacklight -set" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment