diff --git a/config/gh/hosts.yml b/config/gh/hosts.yml new file mode 100644 index 0000000..cbade7e --- /dev/null +++ b/config/gh/hosts.yml @@ -0,0 +1,3 @@ +github.com: + user: ivuorinen + git_protocol: https diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index a2a9224..7a8ce90 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -137,6 +137,7 @@ set -g @continuum-boot 'on' ## https://github.com/tmux-plugins/tmux-resurrect set -g @resurrect-strategy-nvim 'session' +set -g @resurrect-dir '$HOME/.local/state/tmux/tmux-resurrect' # Finally run the tmux plugin manager run '~/.dotfiles/config/tmux/plugins/tpm/tpm'