diff options
Diffstat (limited to 'home/.bashrc')
-rw-r--r-- | home/.bashrc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/home/.bashrc b/home/.bashrc index 0a2f914..df72f0f 100644 --- a/home/.bashrc +++ b/home/.bashrc | |||
@@ -19,14 +19,6 @@ fi | |||
19 | 19 | ||
20 | 20 | ||
21 | ######################################################################## | 21 | ######################################################################## |
22 | ## PATH | ||
23 | ######################################################################## | ||
24 | # ~/bin is used for personal scripts and other executables used only | ||
25 | # by this user. | ||
26 | PATH=$PATH:$HOME/bin | ||
27 | |||
28 | |||
29 | ######################################################################## | ||
30 | ## Bash completion | 22 | ## Bash completion |
31 | ######################################################################## | 23 | ######################################################################## |
32 | [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] \ | 24 | [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] \ |