about summary refs log tree commit diff
path: root/configs/shared/zsh/aliases.zsh
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-07T16·49+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-07T16·49+0000
commit50420ba13130daca62efe2060905a135a6c41883 (patch)
treecd6b0fcb5fd6dbd4661b52066701aa3bd52389ea /configs/shared/zsh/aliases.zsh
parent94bbcaafd5fd4a756fe0c0998a1456b50872aa2e (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.
Diffstat (limited to 'configs/shared/zsh/aliases.zsh')
-rw-r--r--configs/shared/zsh/aliases.zsh2
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