6 lines
82 B
Bash
Executable file
6 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if [ "$TERM" = "xterm-kitty" ]
|
|
then
|
|
kitty @ set-spacing padding=$1
|
|
fi
|