Creating an alias for steam because of the "steam runtime".
https://github.com/ValveSoftware/steam-runtime/issues/13
This commit is contained in:
parent
ef3f487f9f
commit
ebb9d2a1d3
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.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() {
|
||||
|
|
Loading…
Reference in a new issue