tryiong to fix zsh bug

This commit is contained in:
2023-10-15 20:12:58 +02:00
parent ce57a9fe5a
commit 3ed614ace5
3 changed files with 5 additions and 7 deletions

View File

@@ -6,8 +6,8 @@
enableAutosuggestions = true;
enableCompletion = true;
syntaxHighlighting.enable = true;
dotDir = "~/.config/zsh";
history.path = "~/.config/zsh/.zsh_history";
# dotDir = "~/.config/zsh";
# history.path = "~/.config/zsh/.zsh_history";
initExtra = ''
setopt appendhistory
parse_git_branch() {