diff options
| author | 2015-07-19 13:40:59 +0200 | |
|---|---|---|
| committer | 2015-07-19 13:40:59 +0200 | |
| commit | f7e5391a52a236e65842543f8c1d01a865199e8e (patch) | |
| tree | 0edcbc0f660fb4ef401c0409e8dc1b95c948d59a | |
| parent | 42ed81d5ef46b7cfd8a6f37fd60ad002acad0483 (diff) | |
| download | dotfiles-f7e5391a52a236e65842543f8c1d01a865199e8e.tar.gz dotfiles-f7e5391a52a236e65842543f8c1d01a865199e8e.tar.bz2 dotfiles-f7e5391a52a236e65842543f8c1d01a865199e8e.zip | |
Added ls alias to gitconfig
| -rw-r--r-- | git/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 92f3998..ddd2bb4 100644 --- a/git/.gitconfig +++ b/git/.gitconfig | |||
| @@ -6,3 +6,4 @@ | |||
| 6 | ca = commit -am | 6 | ca = commit -am |
| 7 | st = status -s | 7 | st = status -s |
| 8 | siu = "!f() { git submodule init && git submodule update; }; f" | 8 | siu = "!f() { git submodule init && git submodule update; }; f" |
| 9 | ls = ls-files | ||
