diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-05-30 18:29:39 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-05-30 18:29:39 +0200 |
commit | 10daf970606ef210dae9aca1955566444d318843 (patch) | |
tree | e3b654c5f01e2b98e519ab41181dcb4c57f6e95f /zsh/zshrc | |
parent | 14deaec2f669cb59ffd6ff6cb59c1f9942ec6024 (diff) |
Add alias pg
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ alias c="clear" alias ls="ls --color=auto" alias l="ls -lah" alias mkdir="mkdir -p" +alias pg="pgrep -fl" alias rmrf="rm -rf" alias g='git' |