1
1
Fork 0
dotfiles/fish
2021-04-08 12:19:10 -05:00
..
fish_variables tmux autostart in fish 2021-04-08 12:19:10 -05:00
README.md tmux autostart in fish 2021-04-08 12:19:10 -05:00

Gaiety's Dotfiles

fish

A terminal shell

Setup

sudo pacman -S fish
chsh -s `which fish`

Log out, then back in

fish_config
  1. Choose the dracula color scheme
  2. Choose the Terlar prompt

Add the following to the ~/.config/fish/config.fish

if status is-interactive
and not set -q TMUX
    exec tmux
end