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, 0 insertions, 11 deletions
diff --git a/conf.d/03macos.fish b/conf.d/03macos.fish
deleted file mode 100644
index 41e58d4..0000000
--- a/conf.d/03macos.fish
+++ /dev/null
@@ -1,11 +0,0 @@
-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