fixed fish config
This commit is contained in:
parent
b3c9f3be22
commit
fe4f565482
2 changed files with 6 additions and 0 deletions
|
@ -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
5
fish/config.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
if status is-interactive
|
||||
and not set -q TMUX
|
||||
exec tmux
|
||||
end
|
||||
source ~/.asdf/asdf.fish
|
Loading…
Add table
Reference in a new issue