Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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"
 
PREVIOUS NEXT
Tagged: #enable #fish #shell #alacrtity #teminal
ADD COMMENT
Topic
Name
7+1 =