don't show cats on non-thinkpad hosts

This commit is contained in:
Rouven Seifert 2023-04-28 16:53:51 +02:00
parent 0677beb1c0
commit 4baf1371b7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 13 additions and 7 deletions

View file

@ -49,7 +49,10 @@
prompt_dir() {
prompt_segment blue $CURRENT_FG '%c'
}
cat ${../images/cat.sixel}
if [[ "$(hostname)" == "thinkpad" ]]
then
cat ${../images/cat.sixel}
fi
'';
# Hacky way to bind Ctrl+R to fzf. Otherwise it will be overridden