-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zshrc
More file actions
26 lines (24 loc) · 894 Bytes
/
.zshrc
File metadata and controls
26 lines (24 loc) · 894 Bytes
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
26
#--------------------------------------------------------
# asdf
#--------------------------------------------------------
[ `uname -m` = 'arm64' ] && . /opt/homebrew/opt/asdf/libexec/asdf.sh
#--------------------------------------------------------
# jump
#--------------------------------------------------------
eval "$(jump shell)"
#--------------------------------------------------------
# alias
#--------------------------------------------------------
alias la="ls -aFG"
alias ls="ls -FG"
alias ll="ls -alFG"
alias dc="docker-compose"
alias do="docker"
#--------------------------------------------------------
# path
#--------------------------------------------------------
export LC_ALL="ja_JP.UTF-8"
#--------------------------------------------------------
# functions
#--------------------------------------------------------
export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH"