fix: remove unneeded stuff from zsh config
This commit is contained in:
@@ -7,14 +7,9 @@
|
|||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
initExtraFirst = ''
|
|
||||||
[[ "$TERM" == "linux" ]] && return
|
|
||||||
'';
|
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
source <(nh completions --shell zsh)
|
source <(nh completions --shell zsh)
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
[[ -z "$TERM" ]] && exec tmux
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|||||||
Reference in New Issue
Block a user