mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
bashrc & zshrc: add alias mtrp (closes #40)
This commit is contained in:
parent
3bd7a00166
commit
4f09d09be3
3
bashrc
3
bashrc
@ -548,6 +548,9 @@ alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us"
|
||||
# Always build pythons with --enable-shared when using pyenv
|
||||
alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv'
|
||||
|
||||
# Copy-paste mtr output more easily
|
||||
alias mtrp="mtr -rw4c 5"
|
||||
|
||||
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||
|
||||
# .aliases
|
||||
|
3
zshrc
3
zshrc
@ -518,6 +518,9 @@ alias sprungeus="curl -F 'sprunge=<-' http://sprunge.us"
|
||||
# Always build pythons with --enable-shared when using pyenv
|
||||
alias pyenv='CONFIGURE_OPTS="--enable-shared" PYTHON_CONFIGURE_OPTS="--enable-shared" command \pyenv'
|
||||
|
||||
# Copy-paste mtr output more easily
|
||||
alias mtrp="mtr -rw4c 5"
|
||||
|
||||
# .aliases
|
||||
if [ -f ~/.aliases ]; then
|
||||
source ~/.aliases
|
||||
|
Loading…
Reference in New Issue
Block a user