aboutsummaryrefslogtreecommitdiff
path: root/mkshrc
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2016-10-14 17:46:39 -0400
committerMitch Riedstra <mitch@riedstra.us>2016-10-14 17:46:39 -0400
commite439db7f9cf0ae2aaea1d2615c5ff523d1243346 (patch)
tree86641a22210a1fc58e46f2c4b87a7c051a7e8d4f /mkshrc
parent4d6dfd8638a8b1c69464820f5421ae14ff8dfb51 (diff)
downloaddotfiles-e439db7f9cf0ae2aaea1d2615c5ff523d1243346.tar.gz
dotfiles-e439db7f9cf0ae2aaea1d2615c5ff523d1243346.tar.xz
Add a nice little function to properly load steam
Diffstat (limited to 'mkshrc')
-rw-r--r--mkshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mkshrc b/mkshrc
index 15b76e2..f571b05 100644
--- a/mkshrc
+++ b/mkshrc
@@ -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