From 8c327be84fae020a7cf13504ab0ee7857b5a35c4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 17 Apr 2024 00:06:32 +0200 Subject: Fixed tmux path --- shenanigans.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shenanigans.sh') diff --git a/shenanigans.sh b/shenanigans.sh index 8b92d24..966942c 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -80,7 +80,7 @@ backup() { cp /home/$USER/.gitconfig gitconfig cp /home/$USER/.vimrc vimrc - cp /home/$USER/.tmux tmux + cp /home/$USER/.tmux.conf tmux.conf cp /home/$USER/.config/helix/config.toml config.toml cp /home/$USER/.newsboat/urls urls cp /home/$USER/.newsboat/cache.db cache.db -- cgit v1.2.3