mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
added all shell configuration files
This commit is contained in:
3
shell/svn.sh
Normal file
3
shell/svn.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
# Aliases
|
||||
alias svnadderall="svn status | grep '^?' | cut -b 8- | xargs svn add"
|
||||
alias svnridallin="svn status | grep '^!' | cut -b 8- | xargs svn remove --keep-local"
|
||||
Reference in New Issue
Block a user