This commit is contained in:
2023-02-23 13:59:10 -05:00
parent c508daa397
commit 94a13bd857

View File

@@ -79,24 +79,25 @@ programs = {
bashrcExtra = '' bashrcExtra = ''
if [ -e /home/sstent/.nix-profile/etc/profile.d/nix.sh ]; then . /home/sstent/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer if [ -e /home/sstent/.nix-profile/etc/profile.d/nix.sh ]; then . /home/sstent/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
ssh-add -l ssh-add -l
export PATH=$PATH:/bin #Fix for wslpath
''; '';
}; };
zsh = { # zsh = {
enable = true; # enable = true;
shellAliases = { # shellAliases = {
ll = "ls -l"; # ll = "ls -l";
update = "sudo nixos-rebuild switch"; # update = "sudo nixos-rebuild switch";
}; # };
# history = { # # history = {
# size = 10000; # # size = 10000;
# path = "${config.xdg.dataHome}/zsh/history"; # # path = "${config.xdg.dataHome}/zsh/history";
# }; # # };
oh-my-zsh = { # oh-my-zsh = {
enable = true; # enable = true;
plugins = [ "git" "thefuck" ]; # plugins = [ "git" "thefuck" ];
theme = "robbyrussell"; # theme = "robbyrussell";
}; # };
}; # };
git = { git = {