Answers for "enable fish shell in alacrtity teminal"

0

enable fish shell in alacrtity teminal

# ~/.config/alacritty/alacritty.yml
# edit -> program: /bin/bash
shell:
  program: /usr/bin/fish
  args:
    - --login
    - --init-command
    - "echo hello"
Posted by: Guest on January-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language