ThePrimeagen / .dotfiles

3.01k stars 303 forks source link

Fix .tmux.conf tmux-sessionizer location #23

Open lukkarm1 opened 1 year ago

lukkarm1 commented 1 year ago

Update tmux-sessionizer location to ~/.local/scripts/ in .tmux.conf

7ze commented 1 year ago

~/.local/bin is where you store your executable scripts on Unix traditionally, @lukkarm1. I don't think it's a mistake. Althoughscripts is what @ThePrimeagen has named his folder which holds all his executable scripts in his .dotfiles repo. Maybe it gets stowed to its right place, although I didn't find it to be the case in the install script. But I'm sure it's functional and working for @ThePrimeagen .

lukkarm1 commented 1 year ago

@7ze You are correct that ~/.local/bin is the traditional location. I made this PR because the scripts are stored in folder named scripts, as you noted. Also @ThePrimeagen does add ~/.local/scripts in the .zsh_profile, so I thought that this is the place where the tmux-sessionizer is currently located.

I think we'll see when he has time to check this, if this PR is valid or not.

EDIT: I checked the file history, and noticed that tmux-sessionizer used to be in bin, so I think that this PR is valid