Skip to content

Commit

Permalink
Zsh: check if alacritty exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 18, 2024
1 parent 27be753 commit 15dc204
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .config/zsh/lazy/alacritty.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh

# Disable icon bouncing (cf. https://github.com/alacritty/alacritty/pull/4304)
printf '\e[?1042l'
if command_exists alacritty; then
# Disable icon bouncing (cf. https://github.com/alacritty/alacritty/pull/4304)
printf '\e[?1042l'
fi

0 comments on commit 15dc204

Please sign in to comment.