aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-15 15:32:43 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-15 15:32:43 -0400
commit627d91d5e7c8ea2ba613405fe98d1872e5f4f748 (patch)
tree494c055733a49b9a0503e8684f391211726ac1b7 /home
parentModify `alias ls=exa ...` in `dotfiles/home/.bashrc` (diff)
downloaddotfiles.old-627d91d5e7c8ea2ba613405fe98d1872e5f4f748.tar.gz
dotfiles.old-627d91d5e7c8ea2ba613405fe98d1872e5f4f748.tar.bz2
dotfiles.old-627d91d5e7c8ea2ba613405fe98d1872e5f4f748.zip
Add `~/.cargo/bin` to `$PATH`
Diffstat (limited to 'home')
-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####################################################