[zsh] Give all the init-env functions consistent names
This commit is contained in:
parent
e5505a7a69
commit
f2144fcbed
8 changed files with 28 additions and 52 deletions
|
@ -1,26 +0,0 @@
|
|||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
autoload -Uz update-path
|
||||
|
||||
function init-path
|
||||
{
|
||||
update-path \
|
||||
"$HOME/bin" \
|
||||
"$HOME/.local/bin" \
|
||||
"$HOME/.cargo/bin" \
|
||||
"$HOME/.ghcup/bin" \
|
||||
"$HOME/.gem/ruby/2.2.0/bin" \
|
||||
"$HOME/.vim/bundle/vim-tidal/bin" \
|
||||
/opt/local/bin \
|
||||
/usr/X11/bin \
|
||||
/opt/brew/bin \
|
||||
/opt/homebrew/bin \
|
||||
/usr/local/bin \
|
||||
/usr/bin \
|
||||
/bin \
|
||||
/usr/local/sbin \
|
||||
/usr/sbin \
|
||||
/sbin
|
||||
}
|
||||
|
||||
init-path "$@"
|
Loading…
Add table
Add a link
Reference in a new issue