Last active
November 26, 2018 07:07
-
-
Save Pixep/3cf89877c4c5b4c4955e09b86ae40d1a to your computer and use it in GitHub Desktop.
Zsh base settings
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
# 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