Skip to content

Commit

Permalink
🐛 change in zshrc tmux-sessionizer to use bin executable instead of .…
Browse files Browse the repository at this point in the history
…sh script
  • Loading branch information
rayanramoul committed Dec 28, 2023
1 parent 54b8666 commit eec55f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eec55f1

Please sign in to comment.