1
1
Fork 0

fixed fish config

This commit is contained in:
Ava Gaiety Wroten 2021-04-12 14:06:28 -05:00
parent b3c9f3be22
commit fe4f565482
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,7 @@ A terminal shell
```bash
sudo pacman -S fish
chsh -s `which fish`
echo "source {location_of_dotfiles}/fish/config.fish" >> ~/.config/fish/config.fish
```
Log out, then back in

5
fish/config.fish Normal file
View file

@ -0,0 +1,5 @@
if status is-interactive
and not set -q TMUX
exec tmux
end
source ~/.asdf/asdf.fish