diff options
author | Peter Palfrader <peter@palfrader.org> | 2012-12-12 10:09:26 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2012-12-12 10:09:26 +0000 |
commit | 996932f9bf8a657950c1d54254b696aa64ca62e3 (patch) | |
tree | 706a3dbf1f609a42acdb085167c82e17de52dd36 /zshrc | |
parent | efac8bbcbea1b7cefd34b8ba4e4204dd3e99ed8d (diff) |
More sheel aliases
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@563 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -198,6 +198,8 @@ if [ "$SYSTEM" = "Linux" ] ; then alias ls='ls --color=auto -F' alias grep='grep --color' + alias Grep='grep --color' + alias grpe='grep --color' fi alias cp='cp -i' alias mv='mv -i' |