Added tmux to dingserver

This commit is contained in:
2022-06-30 14:07:02 +01:00
parent da84546561
commit 7736586670
4 changed files with 42 additions and 9 deletions

View File

@@ -150,6 +150,9 @@ in {
enable = true;
enableAutosuggestions = true;
initExtra = ''
if [ -n "$TMUX" ]; then
setopt ignoreeof
fi
eval "$(direnv hook zsh)"
'';
oh-my-zsh = {