diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2026-02-15 14:16:15 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2026-02-15 14:16:15 +0000 |
| commit | ea7f9307c539c0bdb8cf60b5bc21b5dec6de6fb7 (patch) | |
| tree | 5920ca555db47aee4a3a49de3c478a4a493c755e /bash | |
| parent | 9e1f32d4b2efa48890d7e48a9bd090249c7e93f8 (diff) | |
Stow .bin
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 8864fcd..03e679b 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,4 +1,5 @@ # .bashrc sourced by interactive, non-login shells +PATH=~/.bin:$PATH if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases |
