From 9bcfdb3aaa79a0f12b877f4828742b9a71ecc05f Mon Sep 17 00:00:00 2001 From: Carlos Sousa Date: Wed, 2 Apr 2025 11:23:43 +0200 Subject: [PATCH] add /home/csa/.local/bin to PATH --- oh-my-zsh/custom/scripts_path.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/oh-my-zsh/custom/scripts_path.zsh b/oh-my-zsh/custom/scripts_path.zsh index 8c7d7c4..fc4cc5b 100644 --- a/oh-my-zsh/custom/scripts_path.zsh +++ b/oh-my-zsh/custom/scripts_path.zsh @@ -1,4 +1,5 @@ export PATH="$HOME/.local/scripts:$PATH" +export PATH="$HOME/.local/bin:$PATH" bindkey -s ^f "tmux-sessionizer\n"