mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-14 11:22:28 +00:00
sync
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user