Creating an alias for steam because of the "steam runtime".

https://github.com/ValveSoftware/steam-runtime/issues/13
This commit is contained in:
Rodolphe Breard 2015-05-25 02:49:41 +02:00
parent ef3f487f9f
commit ebb9d2a1d3

1
.zshrc
View file

@ -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() {