You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dotfiles/.bashrc.after.dist

7 lines
393 B

#!/usr/bin/env bash
# Re-alias and unalias programs which cause issues on this system
alias ls='ls -h --color' # MacOS ls does not support --show-control-chars :(
alias ll='ls -lv' # MacOS ls does not support --group-directories-first :(
alias rm # MacOS rm does not support --preserve-root :(
unalias chmod # MacOS chmod does not support --preserve-root :(