mirror of https://github.com/einverne/dotfiles.git
Compare commits
3 Commits
6023db3bd4
...
7b9b5a28d7
Author | SHA1 | Date |
---|---|---|
|
7b9b5a28d7 | 1 month ago |
|
6e298a08ae | 1 month ago |
|
fd4774b3cd | 1 month ago |
5 changed files with 45 additions and 31 deletions
@ -1,11 +1,6 @@ |
|||||||
|
|
||||||
if [[ -d $HOME/.asdf/ ]]; then |
|
||||||
. $HOME/.asdf/asdf.sh |
|
||||||
. $HOME/.asdf/completions/asdf.bash |
|
||||||
fi |
|
||||||
|
|
||||||
if [[ -d "/usr/local/opt/gnu-getopt/bin" ]]; then |
if [[ -d "/usr/local/opt/gnu-getopt/bin" ]]; then |
||||||
PATH="/usr/local/opt/gnu-getopt/bin:$PATH" |
PATH="/usr/local/opt/gnu-getopt/bin:$PATH" |
||||||
fi |
fi |
||||||
|
|
||||||
[[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh |
[[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh |
||||||
|
Loading…
Reference in new issue