init opam, add stack and remove hostname
This commit is contained in:
parent
c365e01645
commit
be42ca6833
4 changed files with 6 additions and 4 deletions
|
|
@ -21,6 +21,9 @@ in
|
|||
lt = "lsd -l --tree";
|
||||
update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos";
|
||||
};
|
||||
initExtra = ''
|
||||
[[ ! -r /home/noa/.opam/opam-init/init.zsh ]] || source /home/noa/.opam/opam-init/init.zsh > /dev/null 2> /dev/null
|
||||
'';
|
||||
history = {
|
||||
path = "${config.xdg.dataHome}/zsh/history";
|
||||
size = 10000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue