From b8e687924cdea281c574cd73bf79e460e7d48960 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 21 Jun 2024 21:43:39 +0530 Subject: config sync --- config/nvim | 2 +- config/qutebrowser/config.py | 2 +- config/zsh/zshrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/nvim b/config/nvim index e8e2381..01ae9b6 160000 --- a/config/nvim +++ b/config/nvim @@ -1 +1 @@ -Subproject commit e8e23813616c5ab75781c3def1292655234484d8 +Subproject commit 01ae9b6e7d4d639f61dba51f5dc30ad934f8103d diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index f469c83..d741669 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -286,7 +286,7 @@ config.set('content.media.video_capture', True, '*://meet.google.com') c.url.default_page = '~/.config/qutebrowser/homepage/index.html' c.url.start_pages = [c.url.default_page] -DEFAULT_SEARCH_ENGINE = 'd' +DEFAULT_SEARCH_ENGINE = 'go' c.url.searchengines = { # Main general 'd': 'https://duckduckgo.com/?q={}', diff --git a/config/zsh/zshrc b/config/zsh/zshrc index f82b493..cc97978 100644 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -18,7 +18,7 @@ setopt share_history # share command history data export ZSH_CUSTOM_CONF_FILES="$HOME/.config/zsh"; # FZF integration -eval "$(fzf --zsh)"; +source <(fzf --zsh); for f in $ZSH_CUSTOM_CONF_FILES/*.zsh; do source $f; done; source $ZSH_CUSTOM_CONF_FILES/aliases.zsh; -- cgit v1.3.1