aboutsummaryrefslogtreecommitdiff
path: root/conf.d/03macos.fish
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/03macos.fish')
-rw-r--r--conf.d/03macos.fish11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf.d/03macos.fish b/conf.d/03macos.fish
new file mode 100644
index 0000000..41e58d4
--- /dev/null
+++ b/conf.d/03macos.fish
@@ -0,0 +1,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