Fixed path to resurrect
This commit is contained in:
parent
8db540ceac
commit
748672965e
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@
|
||||||
{
|
{
|
||||||
plugin = tmuxPlugins.resurrect;
|
plugin = tmuxPlugins.resurrect;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
resurrect_dir=“$HOME/.tmux/resurrect”
|
resurrect_dir="$HOME/.tmux/resurrect"
|
||||||
set -g @resurrect-dir $resurrect_dir
|
set -g @resurrect-dir $resurrect_dir
|
||||||
set -g @resurrect-hook-post-save-all 'target=$(readlink -f $resurrect_dir/last); sed “s| --cmd .*-vim-pack-dir||g; s|/etc/profiles/per-user/$USER/bin/||g” $target | sponge $target'
|
set -g @resurrect-hook-post-save-all 'target=$(readlink -f $resurrect_dir/last); sed "s| --cmd .*-vim-pack-dir||g; s|/etc/profiles/per-user/$USER/bin/||g" $target | sponge $target'
|
||||||
set -g @resurrect-strategy-nvim 'session'
|
set -g @resurrect-strategy-nvim 'session'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue