diff --git a/.bash_aliases b/.bash_aliases index 3f5f2c2..3176101 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -60,6 +60,11 @@ if [ "${IS_MAC:-}" ]; then alias lsusb="ioreg -p IOUSB -w 0" fi +# Disk +if [ "${IS_MAC:-}" ]; then + alias eject="diskutil eject" # disk device *or* mountpoint is fine here +fi + # Vim vis() { DIR="${1:-.}"