Skip to content

Instantly share code, notes, and snippets.

@telnet2
Created March 10, 2022 18:12
Show Gist options
  • Save telnet2/4e017fbe9eacfe39bcfb4342e339b3c0 to your computer and use it in GitHub Desktop.
Save telnet2/4e017fbe9eacfe39bcfb4342e339b3c0 to your computer and use it in GitHub Desktop.
Shell Aliases
alias \
kps='kill $(ps -f |grep -v -E "(zsh|PID|ps)"|awk "{ print \$2}")' \
dc=docker-compose \
g-='git checkout -' \
gm='git checkout master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment