Skip to content

Commit

Permalink
vs to open all untracked files
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth committed Aug 31, 2017
1 parent f5dfdf0 commit 353b02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# Aliases
alias v="vim -p"
alias vs="v `git status --porcelain | sed -ne 's/^ M //p'`"

# Settings
export VISUAL=vim
Expand Down

0 comments on commit 353b02e

Please sign in to comment.