Mercurial > repos > other > linux
comparison bashrc @ 71:fed933b2b8f5
Fix Steam bug where overlay doesn't work
Not using system libraries isn't The Linux Way™, but it seems to fix problems
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 18 Jan 2018 19:55:40 +0000 |
parents | 3b6eae8d3801 |
children | 21d5b52ae36f |
comparison
equal
deleted
inserted
replaced
70:3b6eae8d3801 | 71:fed933b2b8f5 |
---|---|
63 export PS1='\[\033[01;38;5;34m\]\u\[\033[01;38;5;28m\]@\[\033[01;38;5;34m\]\h\[\033[39m\]:\[\033[01;38;5;26m\]\w$(test "$PWD" != / && echo -n /)\[\033[39m\]\[\033[01;38;5;247m\]$(vcs_status)\[\033[39m\]>\[\033[00m\] ' | 63 export PS1='\[\033[01;38;5;34m\]\u\[\033[01;38;5;28m\]@\[\033[01;38;5;34m\]\h\[\033[39m\]:\[\033[01;38;5;26m\]\w$(test "$PWD" != / && echo -n /)\[\033[39m\]\[\033[01;38;5;247m\]$(vcs_status)\[\033[39m\]>\[\033[00m\] ' |
64 | 64 |
65 # Fix "less" highlighting | 65 # Fix "less" highlighting |
66 export LESS_TERMCAP_so=$'\033[30;48;5;247m' | 66 export LESS_TERMCAP_so=$'\033[30;48;5;247m' |
67 export LESS_TERMCAP_se=$'\033[0m' | 67 export LESS_TERMCAP_se=$'\033[0m' |
68 | |
69 # Possible fix for Steam - https://github.com/ValveSoftware/steam-for-linux/issues/5000#issuecomment-305937612 | |
70 export STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 |