~patrickhaussmann/dotfiles

885af5549758e34c34f286a184cacd423d25e514 — patrickhaussmann 1 year, 2 months ago 156dc5b
add commands: 1, t
1 files changed, 2 insertions(+), 0 deletions(-)

M .bashrc
M .bashrc => .bashrc +2 -0
@@ 33,9 33,11 @@ alias fhere='find . -name'
alias wget='wget -c'
alias dev2='DEV_PREFIX=dev-tmp dev'
alias bs='bench && speed'
alias t='tmux new -As0'
alias myip='curl -s https://api64.ipify.org; echo'
alias myip4='curl -s https://api.ipify.org; echo'
alias myip6='curl -s https://api6.ipify.org; echo'
alias 1='ping 1.5ls.de'

alias mosh='LC_ALL="en_US.UTF-8" mosh'
alias tmosh='_(){ mosh $1 -- tmux new -As0 ; }; _'