Skip to content

Instantly share code, notes, and snippets.

@ericdouglas
Created September 12, 2017 22:40
Show Gist options
  • Select an option

  • Save ericdouglas/0f30bfe4c3be65d79fcb4367868168fe to your computer and use it in GitHub Desktop.

Select an option

Save ericdouglas/0f30bfe4c3be65d79fcb4367868168fe to your computer and use it in GitHub Desktop.
Zim config
# 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