Fixed tmux path

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-04-17 00:06:32 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-04-17 00:09:54 +0200
Commit 8c327be84fae020a7cf13504ab0ee7857b5a35c4 (patch)
-rwxr-xr-x shenanigans.sh 2
1 files changed, 1 insertions, 1 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
...
80
	cp /home/$USER/.gitconfig gitconfig
80
	cp /home/$USER/.gitconfig gitconfig
81
  
81
  
82
	cp /home/$USER/.vimrc vimrc
82
	cp /home/$USER/.vimrc vimrc
83
	cp /home/$USER/.tmux tmux
83
	cp /home/$USER/.tmux.conf tmux.conf
84
	cp /home/$USER/.config/helix/config.toml config.toml
84
	cp /home/$USER/.config/helix/config.toml config.toml
85
	cp /home/$USER/.newsboat/urls urls
85
	cp /home/$USER/.newsboat/urls urls
86
	cp /home/$USER/.newsboat/cache.db cache.db
86
	cp /home/$USER/.newsboat/cache.db cache.db
...