summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-07-23 23:55:29 +0200
committeryuzu-eva <stevenhu@web.de>2024-07-23 23:55:29 +0200
commit5f8fbadccac42c900dec2050e6716fbfb556b12d (patch)
tree5ab45fd92fc2f914829029510ccdbed721db0df3 /.config/zsh
parent4a887c6653a1db7b660c0fa99f9371c53830fce2 (diff)
updated wireplumber config for new version
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc6
1 files changed, 4 insertions, 2 deletions
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