aboutsummaryrefslogtreecommitdiff
path: root/conf.d/03macos.fish
blob: 41e58d43605778b350fc84b335d369fe59d1d9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
if status is-interactive; and string match -q -e 'Darwin' (uname)

alias ff "find . -type f -name"
alias fd "find . -type d -name"
alias grep "grep --color=auto"

alias nproc "sysctl -n hw.ncpu"
alias lsblk "diskutil list"
alias route "netstat -nr"

end