Skip to content

Commit

Permalink
Add git alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpox committed Sep 7, 2024
1 parent 0e286ef commit 014d188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions home-manager/modules/shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ in
pinpox.defaults.shell.abbrev-aliases = [

# Aliases expanded only at beginning of lines
{
alias = "g";
command = "git";
}
{
alias = "m";
command = "neomutt";
Expand Down
4 changes: 0 additions & 4 deletions users/pinpox.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
config,
pkgs,
lib,
pinpox-keys,
...
}:
Expand All @@ -18,8 +16,6 @@
# Shell is set to zsh for all users as default.
defaultUserShell = pkgs.zsh;

intialPassword = "pinpox";

users.pinpox = {
isNormalUser = true;
home = "/home/pinpox";
Expand Down

0 comments on commit 014d188

Please sign in to comment.