Skip to content

Instantly share code, notes, and snippets.

@Pixep
Last active November 26, 2018 07:07
Show Gist options
  • Save Pixep/3cf89877c4c5b4c4955e09b86ae40d1a to your computer and use it in GitHub Desktop.
Save Pixep/3cf89877c4c5b4c4955e09b86ae40d1a to your computer and use it in GitHub Desktop.
Zsh base settings
# Zsh
ZSH_THEME=bira
# Aliases
alias targz="tar -pcvzf"
alias untargz="tar -pxvzf"
alias dps="docker ps -a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment