summaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc1
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