mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:06:12 +01:00
patching migration
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user