mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat(zsh): update aliases
- Removed update alias - Added some git aliases
This commit is contained in:
parent
d927092b29
commit
bd984e7aaf
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
update = "sudo nixos-rebuild switch --flake /home/toast/nix-config";
|
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
|
gl = "git log --oneline --graph --decorate --all";
|
||||||
|
ga = "git add --all";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue