mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
parent
6cb22a6de2
commit
854cf35dbb
@ -522,7 +522,6 @@ alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us"
|
||||
alias ixio="curl -F 'f:1=<-' ix.io"
|
||||
|
||||
# Copy-paste mtr output more easily
|
||||
alias mtrp="mtr -rwc 10"
|
||||
alias mtrp4="mtr -rw4c 10"
|
||||
alias mtrp6="mtr -rw6c 10"
|
||||
|
||||
@ -881,6 +880,12 @@ git-squash () {
|
||||
git commit
|
||||
}
|
||||
|
||||
# Combining mtrp4 & mtp6
|
||||
mtrp46() {
|
||||
mtrp4 $@
|
||||
mtrp6 $@
|
||||
}
|
||||
|
||||
# .custom
|
||||
if [ -f ~/.custom ]; then
|
||||
source ~/.custom
|
||||
|
7
rc/zshrc
7
rc/zshrc
@ -508,7 +508,6 @@ alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us"
|
||||
alias ixio="curl -F 'f:1=<-' ix.io"
|
||||
|
||||
# Copy-paste mtr output more easily
|
||||
alias mtrp="mtr -rwc 10"
|
||||
alias mtrp4="mtr -rw4c 10"
|
||||
alias mtrp6="mtr -rw6c 10"
|
||||
|
||||
@ -870,6 +869,12 @@ git-squash () {
|
||||
git commit
|
||||
}
|
||||
|
||||
# Combining mtrp4 & mtrp6
|
||||
mtrp46() {
|
||||
mtrp4 $@
|
||||
mtrp6 $@
|
||||
}
|
||||
|
||||
# Source files for miscannellious modifications.
|
||||
|
||||
# .custom
|
||||
|
Loading…
Reference in New Issue
Block a user