Answers for "alacritty auto start fish"

CSS
0

alacritty auto start fish

shell:
  program: /usr/local/bin/fish
  args:
    - --login
    - --init-command
    - "echo hello"
Posted by: Guest on January-03-2021

Browse Popular Code Answers by Language