homebrew config
This commit is contained in:
17
.zshenv
17
.zshenv
@@ -2,11 +2,24 @@ set -o vi
|
|||||||
|
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
export PATH=/Users/jetpac/.asdf/shims/:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/jetpac/work/flutter/bin:$HOME/.rd/bin:$HOME/bin:$PATH:$HOME/.fzf/bin
|
export PATH=/Users/jetpac/.asdf/shims/:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/jetpac/work/flutter/bin:$HOME/.rd/bin:$HOME/bin:$PATH:$HOME/.fzf/bin
|
||||||
|
|
||||||
|
# homebrew config
|
||||||
|
# output of brew shellenv
|
||||||
|
export HOMEBREW_PREFIX="/opt/homebrew";
|
||||||
|
export HOMEBREW_CELLAR="/opt/homebrew/Cellar";
|
||||||
|
export HOMEBREW_REPOSITORY="/opt/homebrew";
|
||||||
|
fpath[1,0]="/opt/homebrew/share/zsh/site-functions";
|
||||||
|
eval "$(/usr/bin/env PATH_HELPER_ROOT="/opt/homebrew" /usr/libexec/path_helper -s)"
|
||||||
|
[ -z "${MANPATH-}" ] || export MANPATH=":${MANPATH#:}";
|
||||||
|
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
alias oe='open /Applications/Emacs.app'
|
alias oe='open /Applications/Emacs.app'
|
||||||
alias mc='/opt/homebrew/bin/mc --nosubshell'
|
# Force mc to use bash for its subshell
|
||||||
|
alias mc='SHELL=/bin/bash mc'
|
||||||
|
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||||
alias -g N="2>&1 "
|
alias -g N="2>&1 "
|
||||||
alias pig='ping'
|
alias pig='ping'
|
||||||
|
|||||||
@@ -89,12 +89,6 @@
|
|||||||
"Text" : "01 6c",
|
"Text" : "01 6c",
|
||||||
"Version" : 1
|
"Version" : 1
|
||||||
},
|
},
|
||||||
"0x6e-0x80000-0x2d" : {
|
|
||||||
"Action" : 11,
|
|
||||||
"Label" : "",
|
|
||||||
"Text" : "01 6e",
|
|
||||||
"Version" : 1
|
|
||||||
},
|
|
||||||
"0x70-0x80000-0x23" : {
|
"0x70-0x80000-0x23" : {
|
||||||
"Action" : 11,
|
"Action" : 11,
|
||||||
"Label" : "",
|
"Label" : "",
|
||||||
|
|||||||
Reference in New Issue
Block a user