diff options
| 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) | |
| tree | 77c468671b6ecac20af70989f2cfdc1f07bcc7bf /shenanigans.sh | |
| parent | a4895962bfcac4e34dbb8a4d091e8b53812b09c0 (diff) | |
| download | dotfiles-8c327be84fae020a7cf13504ab0ee7857b5a35c4.tar.gz | |
Fixed tmux path
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 8b92d24..966942c 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -80,7 +80,7 @@ backup() { | |||
| 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 |
