diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-03-15 09:20:27 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-03-25 15:58:37 -0400 |
commit | e13d49079061b2f457d3da7201f533308ea515ab (patch) | |
tree | a75bc550230ea45e28f01d71683bf8a0b390ba4a /bash/.bash_profile | |
parent | 555fc783f0b48be9ac9b9df6cd41f80838945010 (diff) |
Changes school, path, and history size
Also Adds default printer
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index 6d8c25b..c570a48 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -2,3 +2,5 @@ # Get the aliases and functions [ -f $HOME/.bashrc ] && . $HOME/.bashrc + +export PATH="$HOME/.cargo/bin:$PATH" |