mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
don't show cats on non-thinkpad hosts
This commit is contained in:
parent
0677beb1c0
commit
4baf1371b7
4 changed files with 13 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue