From ebb9d2a1d38190c372eeb3dac54fa29f80e9e8ad Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 25 May 2015 02:49:41 +0200 Subject: [PATCH] Creating an alias for steam because of the "steam runtime". https://github.com/ValveSoftware/steam-runtime/issues/13 --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 42fa9ff..356dc08 100644 --- a/.zshrc +++ b/.zshrc @@ -69,6 +69,7 @@ alias lock='xscreensaver-command --lock' hash htop 2>/dev/null && alias top='TERM=screen-256color htop' hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"' hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5' +hash steam 2>/dev/null && alias steam='find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete; steam' if hash chromium 2>/dev/null; then chromium-tor() {