chore: update to 25.05
This commit is contained in:
parent
18396e3ad4
commit
827c0e930b
1 changed files with 1 additions and 5 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue