mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -79,24 +79,25 @@ programs = {
|
||||
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
|
||||
ssh-add -l
|
||||
export PATH=$PATH:/bin #Fix for wslpath
|
||||
'';
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
ll = "ls -l";
|
||||
update = "sudo nixos-rebuild switch";
|
||||
};
|
||||
# history = {
|
||||
# size = 10000;
|
||||
# path = "${config.xdg.dataHome}/zsh/history";
|
||||
# };
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "thefuck" ];
|
||||
theme = "robbyrussell";
|
||||
};
|
||||
};
|
||||
# zsh = {
|
||||
# enable = true;
|
||||
# shellAliases = {
|
||||
# ll = "ls -l";
|
||||
# update = "sudo nixos-rebuild switch";
|
||||
# };
|
||||
# # history = {
|
||||
# # size = 10000;
|
||||
# # path = "${config.xdg.dataHome}/zsh/history";
|
||||
# # };
|
||||
# oh-my-zsh = {
|
||||
# enable = true;
|
||||
# plugins = [ "git" "thefuck" ];
|
||||
# theme = "robbyrussell";
|
||||
# };
|
||||
# };
|
||||
|
||||
|
||||
git = {
|
||||
|
||||
Reference in New Issue
Block a user