summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-27 02:31:24 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-27 03:45:26 -0400
commit332602b82246a9bbde59caa65daed0e4d6dae1de (patch)
tree829b630d3439d917f52a71b1d4b52a5d57050584 /bashrc
parent021ffb429e2ce989be70c8db71069339432fde5a (diff)
downloadconf-332602b82246a9bbde59caa65daed0e4d6dae1de.tar.gz
conf-332602b82246a9bbde59caa65daed0e4d6dae1de.zip
sync up bashrc and zshrc
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index ad667d9..9e33db0 100644
--- a/bashrc
+++ b/bashrc
@@ -6,6 +6,7 @@ export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/local:${HOME}/.bin:/usr/
test -f $HOME/perl5/perlbrew/etc/bashrc && source $HOME/perl5/perlbrew/etc/bashrc
test -f $HOME/python/bin/activate && source $HOME/python/bin/activate
type rbenv > /dev/null 2>&1 && eval "$(rbenv init -)"
+test -d $HOME/.cargo/bin && export PATH="$HOME/.cargo/bin:$PATH"
# }}}
# Test for an interactive shell. {{{
# There is no need to set anything past this point for scp and rcp, and it's