pil -> pils
I should standardize on `ls` for list instead of `l`. This may have even been a typo when I first defined it.
This commit is contained in:
parent
94bbcaafd5
commit
50420ba131
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ alias si='i3-msg restart'
|
||||||
# pastebin: pb
|
# pastebin: pb
|
||||||
alias bzb='blaze build'
|
alias bzb='blaze build'
|
||||||
alias bg='borgcfg'
|
alias bg='borgcfg'
|
||||||
alias pil='p4 listclients'
|
alias pils='p4 listclients'
|
||||||
alias pirm='p4 citc -d'
|
alias pirm='p4 citc -d'
|
||||||
alias pb=/google/src/head/depot/eng/tools/pastebin
|
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue