Skip to content

Commit

Permalink
/ alias: pdcpx: the group is pdsh_all_skip not pdcp_all_skip
Browse files Browse the repository at this point in the history
copy/replace thinko
  • Loading branch information
smemsh committed Dec 6, 2024
1 parent 1aefc61 commit 6a4c14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.d/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ alias pdshr "pdsh -l root"
alias pdshx "pdsh -X pdsh_all_skip"
alias pdshrx "pdsh -X pdsh_all_skip -l root"
alias pdcpr "pdcp -l root"
alias pdcpx "pdcp -X pdcp_all_skip"
alias pdcprx "pdcp -X pdcp_all_skip -l root"
alias pdcpx "pdcp -X pdsh_all_skip"
alias pdcprx "pdcp -X pdsh_all_skip -l root"

alias activate "source bin/activate"
alias py "python3 -q"
Expand Down

0 comments on commit 6a4c14a

Please sign in to comment.