patching migration

This commit is contained in:
2024-11-06 21:51:22 +01:00
parent 46dcd0753e
commit 91d567d5a5
5 changed files with 18 additions and 13 deletions

View File

@@ -56,7 +56,9 @@ in
# }
# ];
enableAutosuggestions = true;
autosuggestion = {
enable = true;
};
syntaxHighlighting = {
enable = true;
@@ -67,12 +69,7 @@ in
};
initExtra = ''
# [[ ! -f ${./p10k.zsh} ]] || source ${./p10k.zsh}
eval "$(zoxide init --cmd cd zsh)"
# if [ -x "$(command -v tmux)" ] && [ -n "$DISPLAY" ] && [ -z "$TMUX" ]; then
# exec tmux new-session -A -s $USER >/dev/null 2>&1
# exec tmux new-session -t $USER >/dev/null 2>&1 | tmux new-session -A -s $USER >/dev/null 2>&1
# fi
'';
};
};