default has changed

This commit is contained in:
Jakub Kropáček 2025-07-28 23:48:35 +02:00
parent 7a30eeda90
commit 0267b58465
Signed by: JustScreaMy
GPG key ID: 4EC6A2C45D75FC86

View file

@ -65,7 +65,6 @@ in
''; '';
dotDir = ".zsh"; dotDir = ".zsh";
completionInit = "autoload -U compinit; compinit -d $ZSH/.zcompdump"; completionInit = "autoload -U compinit; compinit -d $ZSH/.zcompdump";
history.path = "$ZDOTDIR/.zsh_history";
shellAliases = { shellAliases = {
lg = "lazygit"; lg = "lazygit";
cls = "clear"; cls = "clear";