1
0
Fork 0

remove all possible references of Zsh and finally "switch" to fish

This commit is contained in:
Pratham Patel 2023-08-31 15:41:32 +05:30
parent f7780664b6
commit be30a41ed1
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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