Skip to content

Headcrab Troubleshooting For Steamos

_drazy edited this page Aug 19, 2026 · 5 revisions

if you see this

(1)deck@steamdeck

do this

kate ~/.bashrc

replace this line

[[ $- != *i* ]] && return

with this

if [[ $- != *i* ]]; then 
    return
fi

then save file and reopen Konsole.

Konsole will show this instead.

deck@steamdeck

Clone this wiki locally