Skip to content

Commit

Permalink
relative
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Apr 9, 2024
1 parent eb957cb commit 5e23019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function fast_edit()

alias e='fast_edit'
alias vi='vim'
alias eg='vim `git diff --name-only`'
alias eg='vim `git diff --name-only --relative`'

# easy rsync
alias rs='rsync -azvh --progress'
Expand Down

0 comments on commit 5e23019

Please sign in to comment.