diff --git a/crates/10-zsh/files/.zshrc b/crates/10-zsh/files/.zshrc index 6ce5b9b..ec5a17b 100644 --- a/crates/10-zsh/files/.zshrc +++ b/crates/10-zsh/files/.zshrc @@ -32,4 +32,13 @@ share_cdn() { echo "https://cdn.ixvd.net/random/${2:-$(basename $1)}" } +container() { + docker run \ + -ti \ + --rm \ + --name tmp-$(id -u)-$(openssl rand -hex 8) \ + alpine \ + ash +} + alias q="exit" \ No newline at end of file