diff --git a/system/shared/home-manager.nix b/system/shared/home-manager.nix index dad3ee1..1110629 100644 --- a/system/shared/home-manager.nix +++ b/system/shared/home-manager.nix @@ -311,9 +311,9 @@ in ialias s="secrets" ialias secrets="doppler --project \"$(whoami)\" run" ialias tag="tag-release" - ialias uncommit = "git reset --soft HEAD^"; + ialias uncommit="git reset --soft HEAD^"; ialias update="fetch && rebase" - ialias wip = "git add . && git commit -m 'wip'"; + ialias wip="git add . && git commit -m 'wip'"; ialias ls="exa -la"