zsh runcoms updates

This commit is contained in:
J. Morgan Lieberthal 2021-04-18 00:58:07 -06:00
parent ea79192c08
commit 50848869d0
No known key found for this signature in database
GPG key ID: EFB7E99469668652
3 changed files with 8 additions and 6 deletions

View file

@ -40,6 +40,7 @@ zstyle ':prezto:load' pmodule \
'homebrew' \
'osx' \
'history-substring-search' \
'node' \
'ruby'
#

View file

@ -35,6 +35,7 @@ export ECLIPSE_HOME="${HOME}/Applications/Eclipse.app/Contents/Eclipse"
export ANDROID_HOME="${HOME}/projects/android/sdk"
export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"
export USE_CCACHE=1
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)"
# export DYLD_LIBRARY_PATH=/Developer/NVIDIA/CUDA-8.0/lib${DYLD_LIBRARY_PATH:+:${DYLD_LIBRARY_PATH}}
# export PYENV_VIRTUALENVWRAPPER_PREFER_PYVENV="true"
@ -43,9 +44,6 @@ export STEAM_LIBRARY="/Volumes/SSD3/SteamLibrary/steamapps"
export MAKEFLAGS="-j8"
# POW config
export POW_DOMAINS=test,local
typeset -gU cdpath fpath mailpath path
# Set the list of directories that cd searches.
@ -72,7 +70,8 @@ path+=($(yarn global bin 2>/dev/null))
fpath=(
${HOME}/.zextra/completions
${HOME}/.zextra/functions
/usr/local/share/zsh/functions
$(brew --prefix)/share/zsh/functions
$(brew --prefix)/share/zsh/site-functions
$fpath
)

View file

@ -1,5 +1,5 @@
setopt ALIAS_FUNC_DEF
setopt COMPLETEALIASES
# setopt COMPLETEALIASES
export ZSH_ENABLE_COMPFIX=true
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
@ -13,7 +13,7 @@ fi
# random aliases
alias ivm='vim' # I DO THIS ALL THE FUCKING TIME
alias iv='vi' # See above
alias nest="nest -u j.morgan.lieberthal@gmail.com -p kbner7xL@"
# alias nest="nest -u j.morgan.lieberthal@gmail.com -p kbner7xL@"
alias beg="RUBYOPT=\"-W0\" bundle exec guard"
alias nr="repl.history"
alias mux="$commands[tmuxinator]"
@ -47,3 +47,5 @@ fi
# [[ -s "${ZEXTRA_DIR}/directories.zsh" ]] && source "${ZEXTRA_DIR}/directories.zsh"
export RANGER_LOAD_DEFAULT_RC=false
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export GPG_TTY="tty"