mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-04 19:35:05 -04: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'
|