Skip to content
Snippets Groups Projects
Commit 942cfd84 authored by Jens Nolte's avatar Jens Nolte
Browse files

zsh: Disable newuser-install prompt

parent 16427738
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,13 @@ in
"hist_fcntl_lock"
];
programs.zsh.shellInit = ''
# Disable new-user configuration
zsh-newuser-install() { :; }
'';
programs.zsh.interactiveShellInit = ''
fpath+=$LOCAL_ZSH_COMPLETION_PATH
zstyle ':completion:*' auto-description '%d'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment