diff options
Diffstat (limited to 'users/seth/shell/default.nix')
| -rw-r--r-- | users/seth/shell/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix index 748a2e9..ae0afa8 100644 --- a/users/seth/shell/default.nix +++ b/users/seth/shell/default.nix @@ -16,6 +16,11 @@ home.shellAliases = { ls = "exa --icons"; + la = "ls -a"; diff = "diff --color=auto"; + g = "git"; + gs = "g status"; + nixsw = "sudo nixos-rebuild switch"; + nixup = "nixsw --upgrade"; }; } |
