From e13d49079061b2f457d3da7201f533308ea515ab Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Fri, 15 Mar 2019 09:20:27 -0400 Subject: Changes school, path, and history size Also Adds default printer --- bash/.bash_profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bash/.bash_profile') 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" -- cgit v1.1