diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2016-10-14 17:46:39 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2016-10-14 17:46:39 -0400 |
| commit | e439db7f9cf0ae2aaea1d2615c5ff523d1243346 (patch) | |
| tree | 86641a22210a1fc58e46f2c4b87a7c051a7e8d4f /mkshrc | |
| parent | 4d6dfd8638a8b1c69464820f5421ae14ff8dfb51 (diff) | |
| download | dotfiles-e439db7f9cf0ae2aaea1d2615c5ff523d1243346.tar.gz dotfiles-e439db7f9cf0ae2aaea1d2615c5ff523d1243346.tar.xz | |
Add a nice little function to properly load steam
Diffstat (limited to 'mkshrc')
| -rw-r--r-- | mkshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -162,6 +162,10 @@ debugstarttls() { # |_| |_|_|___/\___| |_| \__,_|_| |_|\___|\__|_|\___/|_| |_|___/ # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +# Run Steam +unfuck_steam() { +LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' /usr/bin/steam +} # First argument is the interface on which to scan ipv6_local_hosts() { if ! [ -z $1 ] ; then |
