refactor: extract shell aliases
This commit is contained in:
parent
a97d3266e1
commit
a211568b7d
3 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
./picocom.nix
|
||||
./podman.nix
|
||||
../rsync.nix
|
||||
./shell_aliases.nix
|
||||
../shell_aliases.nix
|
||||
./ssh.nix
|
||||
../tree.nix
|
||||
./zsh.nix
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home.shellAliases = {
|
||||
g = "git";
|
||||
gg = "git graph";
|
||||
gs = "git status";
|
||||
gd = "git diff";
|
||||
k = "kubectl";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue