mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Added count limit to ping6.
This commit is contained in:
parent
d310fac7f6
commit
9d2cd45cee
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ function retlog() {
|
|||
}
|
||||
|
||||
alias ping='ping -c 5'
|
||||
alias ping6='ping6 -c 5'
|
||||
alias clr='clear;echo "Currently logged in on $(tty), as $USER in directory $PWD."'
|
||||
alias path='echo -e ${PATH//:/\\n}'
|
||||
alias mkdir='mkdir -pv'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue