diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 814a252..e714b6f 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -5,5 +5,5 @@ volume=30 cache=yes cache-secs=900 -# macos: `vo=libmpv` is used (check ~/.zsh_aliases) -# linux: `vo=gpu hwdec=vaapi` is used (check ~/.zsh_aliases) +# macos: `vo=libmpv` is used (check the shell aliases) +# linux: `vo=gpu hwdec=vaapi` is used (check the shell aliases) diff --git a/.profile b/.profile index e560980..31c7d7f 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,5 @@ -if command -v zsh; then - source $HOME/.zshrc +if command -v fish; then + source $HOME/.config/fish/config.fish elif command -v bash; then source $HOME/.bashrc fi