diff options
| author | Jokler <jokler.contact@gmail.com> | 2019-05-15 18:25:34 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2019-05-15 18:25:34 +0200 |
| commit | 5dbb2560fcb117b9c9ccaa09c733ca0c0135521e (patch) | |
| tree | 7bbcc8499b764d09684814c5fc711997910b6faa /.zshrc | |
| parent | 2f0599ff4a4e0cdfb0713eb0b901ab0a01355f68 (diff) | |
| download | dotfiles-5dbb2560fcb117b9c9ccaa09c733ca0c0135521e.tar.gz dotfiles-5dbb2560fcb117b9c9ccaa09c733ca0c0135521e.zip | |
Zshrc: Fix typo
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,5 +13,5 @@ export QT_STYLE_OVERRIDE=gtk2 alias ls="/usr/bin/exa --git" alias cat="/usr/bin/bat" -alias cp="/urs/bin/rsync --info=progress2 --no-inc-recursive" +alias cp="/usr/bin/rsync --info=progress2 --no-inc-recursive" alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' |
