[zsh] add function to open all untracked/unstaged files in vi
This commit is contained in:
parent
8c47c2df99
commit
7510c974d9
@ -16,3 +16,7 @@ deploy_dotfiles () {
|
||||
&& echo "Déploiement terminé avec succès" \
|
||||
|| echo "Déploiement échoué"
|
||||
}
|
||||
|
||||
gitvim () {
|
||||
vi -p $(git status --short | awk ' { print $2 } ')
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user