From 50420ba13130daca62efe2060905a135a6c41883 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 7 Mar 2019 16:49:11 +0000 Subject: [PATCH] pil -> pils I should standardize on `ls` for list instead of `l`. This may have even been a typo when I first defined it. --- configs/shared/zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shared/zsh/aliases.zsh b/configs/shared/zsh/aliases.zsh index 121cd06dd..d4b6615d2 100644 --- a/configs/shared/zsh/aliases.zsh +++ b/configs/shared/zsh/aliases.zsh @@ -89,7 +89,7 @@ alias si='i3-msg restart' # pastebin: pb alias bzb='blaze build' alias bg='borgcfg' -alias pil='p4 listclients' +alias pils='p4 listclients' alias pirm='p4 citc -d' alias pb=/google/src/head/depot/eng/tools/pastebin alias pbc='p | pb --private --title $(date +${DATE_FMT})| tee >(c && chrome $(p))' # create a private gPaste from your clipboard's content; open the result in a browser