Replace initExtra with initContent
This commit is contained in:
parent
cf59802cd3
commit
e4f56f61f6
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
base = (home: {
|
base = (home: {
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
initExtra = ''
|
initContent = ''
|
||||||
lightmode() {
|
lightmode() {
|
||||||
printf "\033]10;rgb:4c/4f/69\007"
|
printf "\033]10;rgb:4c/4f/69\007"
|
||||||
printf "\033]11;rgb:ef/f1/f5\007"
|
printf "\033]11;rgb:ef/f1/f5\007"
|
||||||
|
|
|
@ -383,7 +383,7 @@ in
|
||||||
'';
|
'';
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
};
|
};
|
||||||
zsh.initExtra = ''
|
zsh.initContent = ''
|
||||||
rs() {
|
rs() {
|
||||||
riverctl spawn "$*"
|
riverctl spawn "$*"
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@ let
|
||||||
expireDuplicatesFirst = true;
|
expireDuplicatesFirst = true;
|
||||||
path = "${config.chvp.cachePrefix}${home}/.local/share/zsh/history";
|
path = "${config.chvp.cachePrefix}${home}/.local/share/zsh/history";
|
||||||
};
|
};
|
||||||
initExtra = ''
|
initContent = ''
|
||||||
nshell() {
|
nshell() {
|
||||||
local -a drvs
|
local -a drvs
|
||||||
for attr in "$@"; do
|
for attr in "$@"; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue