diff --git a/gitconfig b/gitconfig
index a4b78216148d782f83f02da34c0eeb9128e626f4..aa1f75b563fc42b65f08af126ae8d74857ae2ce1 100644
--- a/gitconfig
+++ b/gitconfig
@@ -13,6 +13,7 @@
     alias = config --get-regexp ^alias\\.
     stat = status
     last = show --name-status HEAD
+    changed = show --name-status
     unstage = reset HEAD --
     ll = log --pretty=format:'%C(yellow)%h%Cred%d %Creset%s%Cblue [%cn]' --decorate --numstat
     lg = log --color --graph --date=short --abbrev-commit --pretty=format:'%C(red)%h%Creset - %C(green)%cd%Creset |%C(auto)%d%Creset %s %C(yellow)<%an>%Creset'