diff --git a/docs/src/README_template.md b/docs/src/README_template.md index df2f658..d84dae0 100644 --- a/docs/src/README_template.md +++ b/docs/src/README_template.md @@ -20,7 +20,7 @@ It's a simple way to manage your system configuration and dotfiles. - 💻 `hosts` are the system configuration files - `laptop` is mine - `guest` is a template that you can copy and modify for your own system - - `themes` contains all the themes available (see [[docs/THEMES.md]]) + - `themes` contains all the themes available (see [docs/THEMES.md]) - `shared` are some nix files that you can import (nvidia, prime, fonts, ...) - 🤫 `secrets` are the secrets files encrypted with sops diff --git a/home/system/shell/zsh.nix b/home/system/shell/zsh.nix index c4d06ca..959ce00 100644 --- a/home/system/shell/zsh.nix +++ b/home/system/shell/zsh.nix @@ -51,7 +51,7 @@ ga = "git add"; gc = "git commit"; gcm = "git commit -m"; - gcu = "git commit -m 'Update'"; + gcu = "git commit -am 'Update'"; gp = "git push"; gpl = "git pull"; gs = "git status";