diff options
Diffstat (limited to 'bash/bashrc')
-rw-r--r-- | bash/bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc index 40e0b45..5d89e1a 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -40,6 +40,7 @@ alias mv='mv -i' alias ..='cd ..' export EDITOR=vim +export PATH=${PATH}:~/bin # set variable identifying the chroot you work in (used in the prompt below) if [ -z "$debian_chroot" -a -r /etc/debian_chroot ]; then |