aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-04-17 00:06:32 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-04-17 00:09:54 +0200
commit8c327be84fae020a7cf13504ab0ee7857b5a35c4 (patch)
tree77c468671b6ecac20af70989f2cfdc1f07bcc7bf
parenta4895962bfcac4e34dbb8a4d091e8b53812b09c0 (diff)
downloaddotfiles-8c327be84fae020a7cf13504ab0ee7857b5a35c4.tar.gz
Fixed tmux path
-rwxr-xr-xshenanigans.sh2
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