small updates & switched to zen browser

This commit is contained in:
2025-07-17 10:19:18 +03:00
parent 5bf08de339
commit 83201ab5db
19 changed files with 227 additions and 6224 deletions

View File

@@ -15,6 +15,6 @@ if ! . "$ZDOTDIR/conf.d/hyde/env.zsh"; then
return 1
fi
if [ -t 1 ] && [ -f "$ZDOTDIR/conf.d/hyde/terminal.zsh" ]; then
if [[ $- == *i* ]] && [ -f "$ZDOTDIR/conf.d/hyde/terminal.zsh" ]; then
. "$ZDOTDIR/conf.d/hyde/terminal.zsh" || echo "Error: Could not source $ZDOTDIR/conf.d/hyde/terminal.zsh"
fi