Skip to content

Instantly share code, notes, and snippets.

View shendriks's full-sized avatar
🤖

Sven Hendriks shendriks

🤖
View GitHub Profile
@shendriks
shendriks / .bashrc
Created October 21, 2024 13:00
Useful Aliases for .bashrc
alias gitl="git log --graph --all --decorate"
alias dkill="docker ps -a | tail -n+2 | awk '{print $1}' | xargs docker stop | xargs docker rm"