chore: update to 25.05

This commit is contained in:
♥ Minnie ♥ 2025-05-30 15:47:34 +08:00
parent 18396e3ad4
commit 827c0e930b
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -16,10 +16,6 @@
enableCompletion = true; enableCompletion = true;
dotDir = ".config/zsh"; dotDir = ".config/zsh";
# Commands that should be added to to top of '.zshrc'
initExtraFirst = ''
'';
# Aliases # Aliases
shellAliases = { shellAliases = {
c = "clear"; c = "clear";
@ -44,7 +40,7 @@
]; ];
# Extra commands that should be added to '.zshrc' # Extra commands that should be added to '.zshrc'
initExtra = '' initContent = ''
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
path+=('/home/sajenim/.repositories/sysadmin.sh/bin') path+=('/home/sajenim/.repositories/sysadmin.sh/bin')