diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2022-03-08 09:00:55 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-03-08 09:00:55 +0100 |
commit | 20f66cc8323c3bc0213e934f5920ab48570c112e (patch) | |
tree | 7141ba50887742e51e4754197b67afc640a1fe21 | |
parent | cf67dcddd02bfcc1b7667fc8bbc18de0b22b5785 (diff) |
bashrc: source rust
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ export PAGER=most source '/usr/share/fzf/key-bindings.bash' source '/usr/share/fzf/completion.bash' source '/usr/share/autojump/autojump.bash' +source "/home/adam/.local/share/cargo/env" alias q='exit' alias c='clear' |