From be30a41ed19327f99cd783ad9220bb718fdcbc68 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Thu, 31 Aug 2023 15:41:32 +0530 Subject: [PATCH] remove all possible references of Zsh and finally "switch" to fish --- .config/mpv/mpv.conf | 4 ++-- .profile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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