From 5f8fbadccac42c900dec2050e6716fbfb556b12d Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 23 Jul 2024 23:55:29 +0200 Subject: updated wireplumber config for new version --- .config/zsh/.zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 6a5661f..8271c67 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,3 +1,5 @@ +umask 0077 + autoload -U colors && colors stty stop undef @@ -64,8 +66,8 @@ export FZF_DEFAULT_OPS="--extended" export FZF_DEFAULT_COMMAND="find -type f" export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" -if [ -f $HOME/.fzf/fzf.zsh ]; then - . $HOME/.fzf/fzf.zsh +if [ -f $HOME/.local/src/fzf/fzf.zsh ]; then + . $HOME/.local/src/fzf/fzf.zsh fi # NNN -- cgit v1.2.3