aboutsummaryrefslogtreecommitdiff
path: root/home/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.bashrc')
-rw-r--r--home/.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/.bashrc b/home/.bashrc
index 8f13d68..5b67afc 100644
--- a/home/.bashrc
+++ b/home/.bashrc
@@ -8,6 +8,10 @@ if [[ $- != *i* ]] ; then
8fi 8fi
9 9
10 10
11# Add to PATH
12PATH=$PATH:/home/mountainman/.cargo/bin/
13
14
11######################################################################## 15########################################################################
12# PS1 - Primary prompt displayed before each command 16# PS1 - Primary prompt displayed before each command
13#################################################### 17####################################################