mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
5 lines
108 B
Bash
5 lines
108 B
Bash
alias myip='curl -s ifconfig.me | tee /dev/stderr | pbcopy'
|
|
alias be='bundle exec'
|
|
|
|
alias history='fc -l 1'
|