Skip to content

Commit

Permalink
fix #86
Browse files Browse the repository at this point in the history
  • Loading branch information
emalherbi committed Feb 15, 2018
1 parent cf74902 commit 4c8a3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions system/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ alias svnad='sudo svn add * --force'
alias svnco='sudo svn commit -m'
alias svnst='sudo svn status'
alias svnup='sudo svn update .'
alias svnignore='svn propedit svn:ignore .'

# git
alias gitchp='git diff --summary | grep --color "mode change 100755 => 100644" | cut -d" " -f7- | xargs -d"\n" chmod +x'
Expand Down
1 change: 1 addition & 0 deletions system/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ alias svnad='sudo svn add * --force'
alias svnco='sudo svn commit -m'
alias svnst='sudo svn status'
alias svnup='sudo svn update .'
alias svnignore='svn propedit svn:ignore .'

# git
alias gitchp='git diff --summary | grep --color "mode change 100755 => 100644" | cut -d" " -f7- | gxargs -d"\n" chmod +x'
Expand Down

0 comments on commit 4c8a3e9

Please sign in to comment.