mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
starship: remove jj
This commit is contained in:
parent
9a323f5cd3
commit
1789289d99
2 changed files with 1 additions and 27 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
kill -SIGUSR1 "$(pidof kitty | awk '{ print $1 }')"
|
||||
kill -SIGUSR1 $(pidof kitty)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue