From e7764f9b08072cfb67c2d3ecf075df9a80aee6fd Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 12 Jan 2025 14:40:33 +0100 Subject: Import config. --- conf.d/03macos.fish | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf.d/03macos.fish (limited to 'conf.d/03macos.fish') 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 -- cgit v1.3.1