Remove the useless steam alias

This commit is contained in:
Rodolphe Breard 2016-12-05 23:27:32 +01:00
parent 70753740e3
commit e8ad304445

View file

@ -15,7 +15,6 @@ hash clang-format 2>/dev/null && alias clang-format='clang-format -style="{Based
hash xscreensaver-command 2>/dev/null && alias lock='xscreensaver-command --lock'
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 ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete; steam'
if hash chromium 2>/dev/null; then
chromium-tor() {