Two of the most common commands I run when I cd into a directory are: git status (which i do through git-number) ls -lh (aliased automatically as ll through fish) If this directory is not a git repo, then I usually am thinking of command 2. If however it is a git repository then I’d like to know if any files have been changed in this directory and which ones specifically (which is command 1). Wouldn’t it be nice if I could just hit the ↩ (enter key) and have this automatically happen? S...