diff --git a/.config/fish/alias.fish b/.config/fish/alias.fish index 85927a2..88f43a8 100644 --- a/.config/fish/alias.fish +++ b/.config/fish/alias.fish @@ -4,6 +4,7 @@ alias gc "git clone" alias gd "git diff --ignore-space-at-eol" alias gl "git log --oneline" alias gp "git pull" +alias gpr "find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;" alias gs "git status" # Go