diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-07T16·49+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-07T16·49+0000 |
commit | 50420ba13130daca62efe2060905a135a6c41883 (patch) | |
tree | cd6b0fcb5fd6dbd4661b52066701aa3bd52389ea | |
parent | 94bbcaafd5fd4a756fe0c0998a1456b50872aa2e (diff) |
pil -> pils
I should standardize on `ls` for list instead of `l`. This may have even been a typo when I first defined it.
-rw-r--r-- | configs/shared/zsh/aliases.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/zsh/aliases.zsh b/configs/shared/zsh/aliases.zsh index 121cd06dd4b7..d4b6615d221f 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 |