Skip to content

Instantly share code, notes, and snippets.

@jcpst
Created April 7, 2015 14:25
Show Gist options
  • Save jcpst/7899f5a9dc43443a40c9 to your computer and use it in GitHub Desktop.
Save jcpst/7899f5a9dc43443a40c9 to your computer and use it in GitHub Desktop.
alias aliases="colorize ~/.oh-my-zsh/custom/aliases.zsh | grep --color='never' alias | cut -d' ' -f2-"
alias c="colorize"
alias clean="sudo pkgcacheclean -v"
alias fig="docker-compose"
alias reload=". ~/.zshrc && echo 'Your zshrc file has been reloaded'"
alias repos="find ~ -type d -name .git | xargs -n 1 dirname"
alias s="screen -r"
alias serve="http-server"
alias update="yaourt -Syua"
alias VIALIAS="vim ~/.oh-my-zsh/custom/aliases.zsh"
# 2nd displays for i3
###############################################
alias hdmi="xrandr --output HDMI1 --auto --above LVDS1"
alias vga="xrandr --output VGA1 --auto --left-of LVDS1"
alias work="/home/joe/.i3/load_layout.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment