From eec55f1950483a2566b4f96c51eb7b4234996e7b Mon Sep 17 00:00:00 2001 From: Rayan Samy RAMOUL Date: Thu, 28 Dec 2023 01:19:02 +0100 Subject: [PATCH] :bug: change in zshrc tmux-sessionizer to use bin executable instead of .sh script --- dotfiles/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index a5136a2..dee8d27 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -179,7 +179,7 @@ alias ls="lsd" bindkey -s ^e 'selected_entry=$(find $HOME -maxdepth 8 -type f -o -type d | fzf); [ -n "$selected_entry" ] && { [ -d "$selected_entry" ] && cd "$selected_entry" || vim "$selected_entry"; }\n' # now Ctrl + e will execute ~/scripts/tmux_sessionizer.sh -bindkey -s ^f '~/scripts/tmux-sessionizer.sh\n' +bindkey -s ^f 'tmux-sessionizer\n' conda activate base