-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zsh_os##o.Darwin
25 lines (16 loc) · 881 Bytes
/
.zsh_os##o.Darwin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# vim: set ft=zsh:
# Set dark & light iTerm profile names for custom plugin iterm-auto-dark
ITERM_DARK_PROFILE="Symfonic"
ITERM_LIGHT_PROFILE="Night Owlish Light"
alias ls='ls -Gh'
alias ll='ls -GSlah'
alias top-cpu="top -o cpu -s 5 -n 15"
alias top-mem="top -o mem -s 10"
alias pstree-of="pstree -p "
alias mount.nfs="mount -t nfs -o resvport "
alias update-work-dns-linked-ip="curl https://link-ip.nextdns.io/695357/f6da2df83c9fdaf4"
export ICLOUD_PATH="$HOME/Library/Mobile Documents/com~apple~CloudDocs/"
[ -d "/usr/local/opt/[email protected]" ] && export PATH="$PATH:/usr/local/opt/[email protected]/bin:/usr/local/opt/[email protected]/sbin"
[ -d "/opt/homebrew/opt/[email protected]" ] && export PATH="$PATH:/opt/homebrew/opt/[email protected]/bin:/opt/homebrew/opt/[email protected]/sbin"
[ -d "/opt/homebrew/Cellar/mysql-client/8.0.30" ] && export PATH="$PATH:/opt/homebrew/Cellar/mysql-client/8.0.30/bin"
ulimit -n 10000