summaryrefslogtreecommitdiff
path: root/ar/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-30 04:16:22 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-30 04:16:22 +0900
commit3901aa892b6d0bdf1db920056a1ff71d3a7d3c16 (patch)
treeb577618c684b24fa90ae1787b57857e262e48f17 /ar/.config/zsh/.zshrc
parentf534ef493f53af5eeb385676b1795e49a87b77b5 (diff)
modified newsboat/config, modified newsboat/urls, modified zsh/.zshrc
Diffstat (limited to 'ar/.config/zsh/.zshrc')
-rw-r--r--ar/.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/zsh/.zshrc b/ar/.config/zsh/.zshrc
index 20e9351..3d2fb6d 100644
--- a/ar/.config/zsh/.zshrc
+++ b/ar/.config/zsh/.zshrc
@@ -114,7 +114,7 @@ zstyle ':fzf-tab:*' switch-group ',' '.' # switch group using `,` and `.`
[ -f "${XDG_CONFIG_HOME:-${HOME}/.config}/shell/zshnameddirrc" ] && source "${XDG_CONFIG_HOME:-${HOME}/.config}/shell/zshnameddirrc"
if command -v tmux >/dev/null 2>&1 && [ -z "$TMUX" ]; then
- terminal_count=$(pgrep -u "$USER" -ax "${TERMINAL:-st}" | grep -Ev 'spterm|splf|spcalc|vimwikitodo' | wc -l)
+ terminal_count=$(pgrep -u "$USER" -ax "${TERMINAL:-st}" | grep -Ev 'ncmpcpp|newsboat|pulsemixer|spterm|splf|spcalc|stig|vimwikitodo' | wc -l)
if [ "$terminal_count" -le 1 ]; then
if ! tmux has-session 2>/dev/null; then
exec tmux new-session -s code