mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 10:59:57 +01:00
Compare commits
2 Commits
7d89837c10
...
3a2aee7681
Author | SHA1 | Date | |
---|---|---|---|
3a2aee7681 | |||
|
537b7c0b75 |
11
zsh/env
11
zsh/env
@ -60,6 +60,15 @@ if [[ $platform == 'macOS' ]]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -d "/opt/homebrew/opt/openjdk/bin"; then
|
||||||
|
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
|
||||||
|
fi
|
||||||
|
if test -d "/usr/local/opt/java/bin/"; then
|
||||||
|
export PATH="/usr/local/opt/java/bin/:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
|
/usr/local/opt/java/bin/
|
||||||
|
|
||||||
if test -d "/usr/local/opt/ruby"; then
|
if test -d "/usr/local/opt/ruby"; then
|
||||||
export PATH="/usr/local/opt/ruby/bin:$PATH"
|
export PATH="/usr/local/opt/ruby/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
@ -79,4 +88,4 @@ if [[ -x `which thefuck` ]]; then
|
|||||||
eval "$(thefuck --alias FUCK)"
|
eval "$(thefuck --alias FUCK)"
|
||||||
|
|
||||||
alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
|
alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user